---
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

## Changes

- **2026-05-27** `5111129c5643` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fabro-sh/apis/fabro-run-api/changes/api/v1/automations/:id/delete.md)

---

[API](https://skmtc.dev/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.dev/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/7bdeefd151cd/schema)
