batch_delete_work_items
Stage multiple work items for deletion and receive a confirmation token to finalize removal, preventing accidental loss.
Instructions
Stages work items for deletion and returns a confirmation request. No items are deleted until confirm_deletion is called with the confirmation token. Generates preview with warnings if deletion count exceeds cache capacity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) | |
| workItemIds | Yes | Array of work item IDs to delete |