Delete Comment
Comment Endpoints
Delete Comment
Delete a comment
DELETE
Delete Comment
Deletes a comment. Only the comment’s author, or a request with a service or master key, can delete a comment. Authentication required. All deletes are soft-deletes: the comment’s content, gif, mentions, and attachments are cleared andDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
userDeletedAt is set. The record is preserved as a stripped placeholder in thread view to maintain the reply tree structure (Reddit-style).
Path Parameters
The UUID of the comment to delete.
Response
Returns204 No Content on success.
Error Responses
Not Found — 404
Not Found — 404
Already Deleted — 404
Already Deleted — 404
Forbidden — 403
Forbidden — 403

