smartsuite_delete_view
Delete a SmartSuite view (report) permanently by setting confirm:true; otherwise returns a dry-run preview. Refuses to remove the only remaining view or forms/dashboards.
Instructions
Delete a view (report). Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true AND SMARTSUITE_ENABLE_DELETE=true. Refuses to delete the only remaining view of an application, and refuses forms/dashboards (use their own tools). Without confirm:true returns a preview; pass confirm:true to permanently delete. Destructive — cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewId | Yes | The view (report) ID to delete. | |
| confirm | No | Set true to permanently delete; otherwise returns a dry-run preview. |