Delete a comment (soft-delete)
DELETE/api/projects/:id/tasks/:taskId/comments/:commentId
Delete a comment (soft-delete). Authors may delete their own comments; other callers require comments.delete permission.
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — missing or invalid session
Forbidden — non-authors require comments.delete permission