Prune board tickets
prune_boardGuardedly delete specific ticket IDs from a project board; confirm=true executes deletion, false provides a dry-run preview of removals.
Instructions
Guarded cleanup: deletes ONLY the ticket ids you pass, and only when confirm is true (otherwise returns a dry-run preview of what would be deleted). Non-existent ids are reported, not fatal. Pair with scan_board_cleanup's suggestedRemovals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually delete. | |
| project | Yes | ||
| tickets | Yes | Exact ticket ids to remove. |