Skip to main content
DELETE
Delete a comment

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

commentId
string
required

Unique comment identifier

Example:

"cmt_abc123def456"

Body

application/json

Delete comment request body

userId
string

User ID of the comment author (required for API key auth, ignored for JWT auth)

Example:

"usr_abc123def456"

Response

Comment deleted successfully

success
boolean
Example:

true

deletedCommentId
string
Example:

"cmt_abc123def456"

message
string
Example:

"Comment deleted successfully"