delete-task
Delete a task and all its subtasks from a Microsoft To Do list. This irreversible action requires explicit confirmation to proceed.
Instructions
Delete a task from a Microsoft Todo list. This will remove the task and all its checklist items (subtasks). This cannot be undone — requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the task list | |
| taskId | Yes | ID of the task to delete | |
| confirm | No | Must be true to actually perform the deletion. Safety gate for an irreversible, destructive action. |