delete-todo-linked-resource
delete-todo-linked-resourceRemoves a linked resource from a specified Microsoft To Do task, severing the connection to external content.
Instructions
Delete a linkedResource object.
š” TIP: Removes a linked resource from a To Do task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | For destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data. | |
| If-Match | No | ETag | |
| todoTaskId | Yes | Path parameter: todoTaskId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication | |
| linkedResourceId | Yes | Path parameter: linkedResourceId |