Automations
Delete an automation
Cascade-deletes the automation: every version row, runs, and logs. Referenced email DESIGNS are shared resources and always survive. Idempotent — an unknown id resolves with deleted: false.
delete/v1/automations/{automationId}
Path parameters
automationIdstring required
Automation id returned by POST /v1/automations and listed by GET /v1/automations.
Example:auto_abc
Automation id returned by POST /v1/automations and listed by GET /v1/automations.
Response
Deleted (or already gone).
Changes
No recorded changes to this endpoint across all 1 revision of this API.