clickup_list_delete
Permanently delete a ClickUp list and all its tasks, comments, checklists, and attachments. This destructive action requires user confirmation as it cannot be undone.
Instructions
Permanently delete a ClickUp list along with every task inside it, plus their comments, checklists, and attachments. Destructive, irreversible, and cascading — confirm with the user before calling. To move tasks elsewhere first, use clickup_task_move on each, or use clickup_list_update to rename/archive instead. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the list to delete. Obtain from clickup_list_list (field: id). All tasks inside are deleted with it. |