Delete comment
tribeunal_delete_commentPermanently delete a case comment if you're the author, case owner, or admin. Irreversible; use update to correct text instead.
Instructions
Permanently delete a case comment — author, case owner, or admin only; 403 not_comment_author otherwise, 404 comment_not_found for an unknown or malformed id. Refuses 409 comment_is_evidence while the comment is marked evidence (unmark first with tribeunal_unmark_evidence — owner or jury can do it even if you're not the author) and 403 evidence_frozen once an arbitration case's evidence record is closed. Irreversible: the feed entry is redacted, not restorable, though case history stays intact. Use tribeunal_update_comment instead to just fix the text. Returns {deleted: true, uuid}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | Comment UUID, from tribeunal_list_comments' uuid field. |