Delete automation
Automations
Delete automation
Permanently delete an automation
DELETE
Delete automation
This endpoint permanently deletes an automation. This cannot be undone — everything the automation did stops, and its definition is unrecoverable. If any of your assistants were attached to it, that attachment is cleared automatically so nothing keeps firing a deleted automation. If you are deleting an automation to replace it and still want any of its current behavior, read it first with Get automation and carry those steps into the replacement.
A missing automation — or one that does not belong to your account — returns a
Path Parameters
string
required
The ID of the automation (from List automations)
Response
string
Automation deleted successfully404 with {"message": "Automation not found"}.

