The Only API docs
Automations

Delete an automation

Guide: [Automations](/docs/automations)

DELETE
/automations/{automation_id}

Guide: Automations

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

automation_id*integer

Response Body

application/json

curl -X DELETE "https://example.com/automations/0"
{  "success": true}