Skip to main content
DELETE
Delete Comment
Deletes a comment from the project. Only the original author or a master client can delete the comment. Decreases the author’s reputation. Recursively updates all replies to mark their parent as deleted (parentDeletedAt).

Path Parameters

commentId
string
required
The ID of the comment to delete

Response

status
string
Returns 204 No Content on successful deletion

Error Responses


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.