Endpoints for issue comment create/update/delete and fetch issue comment details
DELETE/api/v1/workspaces/:slug/projects/:project_id/issues/:issue_id/comments/:pk/
Permanently remove a comment from a work item. Records deletion activity for audit purposes.
Request
Responses
- 204
- 401
- 403
- 404
Work item comment deleted successfully
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
Comment not found