smartsuite_delete_automation
Delete an automation in SmartSuite permanently by passing confirm:true, or preview what would be deleted without confirmation.
Instructions
Delete an automation. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true AND SMARTSUITE_ENABLE_DELETE=true. Without confirm:true it returns a preview of what would be deleted; pass confirm:true to permanently delete. Destructive — cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually delete (default false = preview only). | |
| solutionId | Yes | The solution ID the automation belongs to. | |
| automationId | Yes | The automation ID to delete. |