Delete a comment​
Soft-delete a comment. Only the author or admins can delete. Replies remain visible with placeholder.
Path Parameters
id number required
Unique numeric comment ID
Responses
- 200
- 401
- 403
- 404
Comment deleted
application/json
Schema
Example (from schema)
Schema
removed boolean
{
"removed": true
}
User not authenticated
User not authorized to delete this comment
Comment not found
Loading...