delete_task
Permanently remove a Microsoft To Do task from a specified list by providing list and task ID. Use completion instead to finish tasks without deletion.
Instructions
Permanently delete a task (no recycle bin). To finish a task, use update_task(completed=true) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | List display name (case-insensitive) or list id | |
| task_id | Yes | Task id from list_tasks |