Skip to main content
DELETE
Delete Help Desk Comment

Delete Help Desk Comment

Removes a specific comment from a help desk message thread. Only the comment author can delete their own comments.

Authentication

Requires a valid customer bearer token.

Path Parameters

messageId
number
required
Numeric identifier of the help desk message.
commentId
number
required
Numeric identifier of the comment to delete.

Response

Returns a 200 OK on success.

Examples

Delete a comment

TypeScript Integration