clickup_delete_folder
Permanently delete a ClickUp folder and all its lists and tasks. This action cannot be undone.
Instructions
Permanently delete a Folder and every List/Task inside it.
Calls DELETE /folder/{folder_id}. This cannot be undone via the API.
When to Use:
To remove a Folder (and everything inside it) that is no longer needed.
When NOT to Use:
To archive instead of destroy — use
clickup_update_foldersemantics via the Space's archive controls, not this tool, if you may need the data again.
Returns:
A confirmation string, or an Error ... string.
Examples: params = {"folder_id": "456"}
Error Handling:
404 means folder_id doesn't exist or was already deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |