API Reference
Delete automation
Permanently delete an automation
On this page
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.
Path Parameters
idstringrequired
The ID of the automation (from List automations)
Response
messagestring
Automation deleted successfully
A missing automation — or one that does not belong to your account — returns a 404 with {"message": "Automation not found"}.
{
"message": "Automation deleted successfully"
}
{
"message": "Automation not found"
}
Related guides
API Reference
Introduction
Welcome to the VoxLink API
Read guide →API Reference
Authentication
Learn how to authenticate your API requests
Read guide →API Reference
Get current user
Get the authenticated user's profile information
Read guide →API Reference
List assistants
List all assistants for the authenticated user with pagination
Read guide →