clickup_task_delete
Permanently delete a ClickUp task and all associated data including subtasks, comments, checklists, attachments, and time entries. This destructive action is irreversible, so confirm with users before proceeding. Use to remove tasks completely rather than marking them as closed.
Instructions
Permanently delete a ClickUp task along with all its subtasks, comments, checklists, attachments, and time entries. Destructive, irreversible, and cascading — confirm with the user before calling. To mark a task done without deleting, use clickup_task_update with a 'closed' status instead. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to delete. Obtain from clickup_task_list (field: id) or clickup_task_search. All subtasks, comments, checklists, attachments, and time entries on this task are deleted with it. |