parentDeletedAt
).
Path Parameters
The ID of the comment to delete
Response
Returns 204 No Content on successful deletion
Error Responses
Missing Comment ID - 400 Bad Request
Missing Comment ID - 400 Bad Request
Not Authorized - 403 Forbidden
Not Authorized - 403 Forbidden
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Only the comment’s author or a master client may delete the comment.
- Upon deletion, the comment author’s reputation is reduced.
- All child replies have their
parentDeletedAt
timestamp updated recursively. - Replies are not deleted — they are marked as having a deleted parent.