delete-todo-task-list
Delete a Microsoft To Do task list by specifying its ID. Built-in lists cannot be removed.
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 |