Automations
Delete
Soft deletes one automation rule, so it stops running and disappears from listings while its condition and action rows are kept in place. Only custom rules can be deleted. The built in default rules cannot be removed at all, in the same way they cannot be reordered, and editing one is limited to the values it applies.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/automations/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37