Deskhero Developer Hub
Back to deskhero.com
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}
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37