Delete a comment
Delete a comment from a post. Only the author of the comment can delete it.
DELETE
/comments/{commentId}Authorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
commentIdstring<uuid>requiredComment ID (UUID)
Responses
200
Comment deleted successfully
idstring<uuid>Unique identifier for the comment
messagestringThe comment text. Mentions use the format @[Display Name](userId)
postIdstring<uuid>The post this comment belongs to
createdAtstring<date-time>When the comment was created
updatedAtstring<date-time>When the comment was last updated
userCommentUserUser who created a comment
Show propertiesHide properties
idstring<uuid>firstNamestring | nulllastNamestring | nullemailstring<email>401
Unauthorized - Missing or invalid API key
codestringmessagestring403
Forbidden - Insufficient permissions
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring