Delete a view
delete_viewPermanently delete a view and every widget on it. Calling this without confirm returns a preview. This cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewId | Yes | View id. | |
| confirm | No | Set to true only after the user has seen what will be deleted and explicitly agreed. Calling without it returns a preview instead of deleting. | |
| confirmName | No | The exact current name of the item being deleted, copied from the preview. Required alongside confirm. | |
| dashboardId | Yes | Dashboard id. |