smartsuite_delete_dashboard
Permanently delete a dashboard and its widgets. Use confirm:true to execute deletion after preview.
Instructions
Delete a dashboard and all its widgets. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true AND SMARTSUITE_ENABLE_DELETE=true. Refuses non-dashboard reports. Without confirm:true returns a preview; pass confirm:true to permanently delete. Destructive — cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to permanently delete; otherwise returns a dry-run preview. | |
| dashboardId | Yes | The dashboard (report) ID to delete. |