clickup_folder_delete
Permanently delete a ClickUp folder and all its contents, including lists and tasks. This destructive action is irreversible, so confirm before proceeding. Use archival instead for reversible folder hiding.
Instructions
Permanently delete a ClickUp folder along with every list and task inside it. Destructive, irreversible, and cascading — confirm with the user before calling. If you only want to hide the folder, use clickup_space_update with archived=true on the parent space instead (archival is reversible). Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the folder to delete. Obtain from clickup_folder_list (field: id). All descendant lists and tasks are deleted with it. |