Skip to main content
DELETE
Beta. See the Automations Overview for the full feature description.
Soft-deletes the automation. The master row is flagged 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

id
string
required
The automation ID returned from POST /automations.