cURL
curl --request DELETE \ --url http://api.gu1.ai/automations/{id} \ --header 'Authorization: Bearer <token>'
Soft-delete (archive) an automation so it no longer runs.
DELETE https://api.gu1.ai/automations/:id
{ "success": true, "archived": true }
Was this page helpful?