DELETE
/hyax-api/v1/automations/:idDelete automation
Hard-deletes the automation. Must not be ACTIVE, pause first.
Base URL: https://platform.hyax.com · Replace YOUR_API_KEY with your team API key.
Request
curl -X DELETE 'https://platform.hyax.com/hyax-api/v1/automations/clx_example_id' \
-H 'Authorization: Bearer YOUR_API_KEY'Response
{
"success": true,
"message": "Automation deleted successfully",
"data": { "id": "clx…", "name": "Welcome series" }
}