Automations
Delete Automation
Soft-delete an automation
DELETE
Documentation Index
Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Beta. See the Automations Overview for the full feature description.
deleted: true, active: false; no new dispatches occur from this point on.
Existing triggers, actions, and activity rows are not cascaded. The activity history remains queryable via GET /automations/:id/activity for as long as the rows exist in Firestore (retention is indefinite for trace and analytics).
Soft-deleted automations no longer count against your active automation cap. They cannot be restored via the API; create a new automation instead.
Header Parameters
Path Parameters
The automation ID returned from
POST /automations.