Delete a To Do task
todo_delete_taskDelete a Microsoft To Do task permanently using list ID and task ID. Returns confirmation. Since no recycle bin exists, consider completing instead if removal is temporary.
Instructions
Deletes a To Do task permanently and returns a confirmation. There is no recycle bin for To Do tasks, so prefer todo_complete_task when the user only wants it out of the way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Id of the To Do list that holds the task. | |
| taskId | Yes | Id of the task to delete permanently. |