delete-todo-task-list
Delete any user-created Microsoft To Do task list by its ID. This tool does not remove built-in lists such as Flagged emails or the default Tasks list.
Instructions
Deletes a todoTaskList object.
💡 TIP: Deletes a Microsoft To Do task list. Built-in lists (Flagged emails, the default Tasks list) cannot be deleted — the API returns an error for those. Get list ids via list-todo-task-lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| If-Match | No | ETag | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |