clickup_checklist_delete_item
Delete a single item from a ClickUp checklist permanently. This destructive action removes the item and returns the updated checklist with remaining items.
Instructions
Permanently delete a single item from a ClickUp checklist. Destructive and irreversible. To resolve the item (mark done) without deleting, use clickup_checklist_update_item with resolved=true. Returns the updated checklist object (remaining items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the parent checklist. Obtain from clickup_task_get (field: checklists[].id). | |
| item_id | Yes | ID of the item to delete. Obtain from clickup_task_get (field: checklists[].items[].id). |