confirm_deletion
Execute a staged deletion after user confirmation by providing the confirmation token and acknowledging with 'DELETE' or 'CONFIRM'.
Instructions
Execute a staged deletion after user confirmation. Requires the confirmation token from batch_delete_work_items and acknowledged must be "DELETE" or "CONFIRM".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authCode | No | Optional authentication code for 2FA (future feature) | |
| acknowledged | Yes | Must be "DELETE" or "CONFIRM" to proceed with deletion | |
| confirmationToken | Yes | The confirmation token from batch_delete_work_items |