Skip to main content
DELETE
/
api
/
v1
/
automation
/
{automationId}
curl -X DELETE "https://your-collabase.ch/api/v1/automation/auto-abc123" \
  -H "Authorization: Bearer cba_live_..."
{ "ok": true }
Deletion is permanent. All execution history for this automation is also removed.

Path parameters

automationId
string
required
The automation to delete.

Response

ok
boolean
Always true on success.
curl -X DELETE "https://your-collabase.ch/api/v1/automation/auto-abc123" \
  -H "Authorization: Bearer cba_live_..."
{ "ok": true }