delete_work_items
Stage and confirm deletion of one or more work items. Items are stored in recovery cache before final deletion.
Instructions
Delete one or more work items (array-based, requires confirmation). Stages items for deletion and returns a confirmation token. Call confirm_deletion with the token to execute the deletion. Items are stored in recovery cache before deletion for potential recovery.
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 (1-100 items) |