clickup_delete_space
Permanently delete a ClickUp Space and everything inside it. This action is irreversible, so confirm before proceeding.
Instructions
Permanently delete a Space and everything inside it.
This removes every Folder, folderless List, and Task in the Space. Deleting is irreversible from this API surface — there is no archive endpoint here, only outright deletion — so confirm with the user before calling this tool.
When to Use:
Decommissioning a Space that is no longer needed.
When NOT to Use:
To delete a single Folder or List inside the Space (use the folders/lists delete tools).
Returns:
A one-line confirmation that the Space was deleted, or an Error ... string.
Examples: params = {"space_id": "90130012345"}
Error Handling: 404 means the Space is already gone; 401/403 mean the token lacks delete access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |