Skip to main content
DELETE
Delete Article Comment

Delete Article Comment

Removes a specific comment from an article. Only the comment author or an administrator can delete a comment.

Authentication

Requires a valid customer bearer token. The customer must be the comment author.

Path Parameters

postId
number
required
Numeric identifier of the article.
commentId
number
required
Numeric identifier of the comment to delete.

Response

Returns a 200 OK on success.

Examples

Delete a comment

TypeScript Integration