delete-todo-task
Remove a specific task from a Microsoft 365 To Do list by specifying the task and list IDs.
Instructions
Delete a todoTask object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| If-Match | No | ETag | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| todoTaskId | Yes | Path parameter: todoTaskId | |
| 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 |