Skip to main content
DELETE
/
automations
/
{id}
Archive automation
curl --request DELETE \
  --url http://api.gu1.ai/automations/{id} \
  --header 'Authorization: Bearer <token>'

Endpoint

DELETE https://api.gu1.ai/automations/:id
Archived automations are excluded from execution. Use Restore automation to undo.

Response

200 β€” { "success": true, "archived": true } 404 β€” not found