---
title: "Deletes the comment with the specified id on the project with the specified id."
method: DELETE
path: "/projects/{projectId}/comments/{commentId}"
tags: ["projectComments"]
---

# Deletes the comment with the specified id on the project with the specified id.

`DELETE /projects/{projectId}/comments/{commentId}`

Deletes the comment with the specified id on the project with the specified id.
            The delete includes the reactions of the comment.
            If there are any replies to the comment, they will be deleted as well.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `projectId` string, uuid, required
- `commentId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `204`

No Content

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
