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

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.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
commentIdstringRequiredformat: "uuid"
The id of the comment.

Response

No Content