smartsuite_delete_view
Delete a view (report) from a SmartSuite application. Preview deletion first, then confirm to permanently remove. Requires write mode and specific environment settings.
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. |