---
title: "Delete an automation"
method: DELETE
path: "/automations/{id}"
tags: ["Automations"]
---

# Delete an automation

`DELETE /automations/{id}`

Soft-deletes the automation and cancels all scheduled deliverables

## Response `200`

Automation deleted

- object
  - `message` string

## Other responses

- `403` — Forbidden. Most often an ownership/authorization failure (Laravel's default `{"message": "..."}` shape). If the account is restricted by SendFox, the response instead carries the structured `account_restricted` body with a link to the account status page.
- `404` — Automation not found

---

[API](https://skmtc.net/sendfox/apis/sendfox-api.md) · [All operations](https://skmtc.net/sendfox/apis/sendfox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendfox/sendfox-api/revisions/c5728da3037f/schema)
