Prune board tickets
prune_boardDelete selected tickets from a project board safely: pass exact ticket IDs and set confirm=true to remove them. Without confirm, returns a dry-run preview of deletions, and non-existent IDs are reported without stopping the process.
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. |