curl -X DELETE "https://your-collabase.ch/api/v1/automation/auto-abc123" \
-H "Authorization: Bearer cba_live_..."
{ "ok": true }
Permanently delete an automation and all its execution history.
curl -X DELETE "https://your-collabase.ch/api/v1/automation/auto-abc123" \
-H "Authorization: Bearer cba_live_..."
{ "ok": true }
true on success.curl -X DELETE "https://your-collabase.ch/api/v1/automation/auto-abc123" \
-H "Authorization: Bearer cba_live_..."
{ "ok": true }
Was this page helpful?