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

# Delete automation

`DELETE /api/v1/automations/{id}`

Deletes an automation definition when `If-Match` matches the current automation revision.

## Path parameters

- `id` string, required

## Headers

- `If-Match` string, required

## Response `204`

Automation deleted

## Other responses

- `400` — Invalid revision header
- `404` — Automation not found
- `409` — Automation revision mismatch
- `428` — Missing required `If-Match` header

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
