delete-checklist-item
Deletes a specific checklist item from a task by providing list, task, and checklist item IDs. Removes only the subtask, leaving the parent task intact.
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 |
|---|---|---|---|
| listId | Yes | ID of the task list | |
| taskId | Yes | ID of the task | |
| checklistItemId | Yes | ID of the checklist item to delete |