smartsuite_delete_automation
Delete a SmartSuite automation permanently after previewing the deletion; without confirm:true, it only returns a preview. Requires schema-write and delete permissions enabled.
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. |