delete-checklist-item
Remove a specific subtask from a task in Microsoft Todo by providing the task list ID, task ID, and checklist item ID to delete.
Instructions
Delete a checklist item (subtask) from a task. This removes just the specific subtask, not the parent task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
checklistItemId | Yes | ID of the checklist item to delete | |
listId | Yes | ID of the task list | |
taskId | Yes | ID of the task |