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

# Delete automation workflow

`DELETE /automations/{id}`

Delete a single automation workflow by ID.

This operation is idempotent — deleting a non-existent automation returns a success response.

**Scopes:**
`automations.write`

## Path parameters

- `id` string, required

## Headers

- `Omnisend-Version` string, required

## Response `204`

Automation workflow deleted successfully

## Other responses

- `400` — Request contains invalid or missing fields
- `401` — Authentication is missing or invalid
- `403` — Insufficient permissions for this operation
- `410` — API version has been retired
- `429` — Rate limit exceeded
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/omnisend/apis/events-api.md) · [All operations](https://skmtc.net/omnisend/apis/events-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omnisend/events-api/versions/50214fbc283f/schema)
