Delete a comment from an activity
DELETE/api/v2/comments/:commentId
- Deletes an existing comment made on an event or task.
- Supports comments containing mentions. Deleted comment details are returned in the response.
businessRecordIdfield is used when comments are associated with a business entity. WhenbusinessRecordIdis null, the comment belongs only to the activity context.
Request
Responses
- 200
Comment deleted successfully.