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

Deletes the comment with the specified id on the document 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>

Authentication

AuthorizationBearer

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

Path parameters

documentIdstringRequiredformat: "uuid"
The id of the document.
commentIdstringRequiredformat: "uuid"
The id of the comment.

Errors

401
Unauthorized Error
404
Not Found Error