clickup_delete_view
Permanently delete a task or page view by providing the view ID. Removes dashboards, boards, and other views from ClickUp.
Instructions
Permanently delete a task or page view.
When to Use:
Removing a view (dashboard/board/etc.) that is no longer needed.
When NOT to Use:
Deleting the underlying List/Folder/Space — this only removes the view itself, not its parent container (use the List/Folder/Space delete tools for that).
Returns:
A confirmation string, or an Error ... string.
Examples: params = {"view_id": "abc123"}
Error Handling: 404 means the view id is already gone or was never valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |