EaserixDocs
DevelopersAPI referenceTasksComments

Delete a comment (author-only)

Only the comment's author may delete it — anyone else in the org gets 403 ("only the author can delete a comment").

View as Markdown
DELETE
/v1/comments/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/comments/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "message": "string"}