clickup_checklist_delete
Permanently delete an entire checklist from a ClickUp task, including all its items. This action is destructive and irreversible. To remove a single item instead, use clickup_checklist_delete_item.
Instructions
Permanently delete an entire checklist from a ClickUp task, including all its items. Destructive and irreversible. To remove a single item instead, use clickup_checklist_delete_item. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the checklist to delete. Obtain from clickup_task_get (field: checklists[].id). All items on this checklist are deleted with it. |