clickup_delete_list
Permanently delete a ClickUp List and all its tasks. Confirm before using on production data as deletion cannot be undone.
Instructions
Permanently delete a List from the Workspace.
This removes the List and all of its Tasks. There is no undo via the API — confirm with the caller before invoking this on production data.
When to Use:
Removing a List that is no longer needed.
When NOT to Use:
Temporarily hiding a List — archive it via
clickup_update_listinstead of deleting (archiving is not exposed as a dedicated flag on this endpoint set; use the ClickUp UI or the List'sarchivedstate through the Folder/Space update tools if you need reversible hiding).
Returns:
A confirmation string, or an Error ... string.
Examples: params = {"list_id": "901300123456"}
Error Handling: 404 means list_id does not exist or was already deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |