delete-checklist-item
Remove a checklist item permanently from a task. Requires confirmation to prevent accidental deletion.
Instructions
Delete a checklist item (subtask) from a task. This removes just the specific subtask, not the parent task. This cannot be undone — requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the task list | |
| taskId | Yes | ID of the task | |
| confirm | No | Must be true to actually perform the deletion. Safety gate for an irreversible, destructive action. | |
| checklistItemId | Yes | ID of the checklist item to delete |