Skip to main content

Soft-delete own comment

DELETE 

/api/v1/comments/:commentId

Authors soft-delete their own comment; the row is retained (status deleted) so reply threads stay coherent. Emits a comment_deleted SSE event.

Request

Responses

Default Response