Delete task comment
Soft deletes a task comment. The comment is marked as deleted but remains in the database for historical purposes. Comment authors can always delete their own comments. Users with Tasks.deleteAnyComment permission can delete any comment, allowing moderators to remove inappropriate content. The task identifier can be either a UUID or a numeric shortNumber. Access is controlled by project permissions and guest access settings.
/tasks/{identifier}/comments/{commentId}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidentifierstringrequiredTask UUID or numeric shortNumber
commentIdstringrequiredComment UUID
Comment deleted successfully
successbooleanrequiredOperation success flag
Invalid identifier format
Unauthorized - Invalid or missing authentication token
Not comment author and no Tasks.deleteAnyComment permission, no project access, or OrganizationMember accessing non-guest task
Task or comment not found, or comment already deleted