delete-todo-linked-resource
Removes a linked resource from a Microsoft To Do task, using the task list, task, and linked resource IDs.
Instructions
Delete a linkedResource object.
💡 TIP: Removes a linked resource from a To Do task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| If-Match | No | ETag | |
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| todoTaskId | Yes | Path parameter: todoTaskId | |
| linkedResourceId | Yes | Path parameter: linkedResourceId | |
| 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 |