Delete case
tribeunal_delete_casePermanently delete an inactive case with no votes or verdict, removing all associated data. Use for cases that never started; otherwise close them instead.
Instructions
Permanently delete a case you own (or as admin) — only while it is jury_selection or open, no vote has ever been cast on it (a revoked vote still counts as history), and no verdict exists; otherwise 409 case_in_use, meaning close it with tribeunal_close_case instead. Erases the case along with its jury seats, comments, evidence marks, ratings, activity feed and pending jury invitations — irreversible. Returns {deleted: true, uuid}. Use this only for a case that never really started; one with history should be closed, not deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | The case's uuid field, from tribeunal_get_case or tribeunal_search_cases. |