Skip to main content

Delete a comment (author or admin moderation)

DELETE 

/api/v1/findings/:finding_id/comments/:comment_id

Soft-delete a comment (author, or org admin/owner moderation).

A soft tombstone keeps reply chains intact (the body is cleared and the comment renders "[deleted]). Idempotent on an already-deleted comment.

  • Scope required: findings:read; author-or-admin enforced in the service.

Request

Responses

Successful Response