delete_ticket
Removes a ticket, warning for non-todo tickets. Child tickets are reported but not removed; delete each child, then run sweep_blocked_by to clean up dangling references.
Instructions
Delete a ticket. Non-todo tickets are deleted with a warning. Children are reported but not deleted — call delete_ticket on each to cascade. After all deletions, call sweep_blocked_by to clean up dangling references. Recoverable from git history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |