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

# Delete Automation

`DELETE /v1/automations/{id}`

Deletes an automation by its ID. This also deletes all associated execution history.

## Path parameters

- `id` string, uuid, required

## Response `200`

Automation deleted successfully

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/tryreplicas/apis/replica-api.md) · [All operations](https://skmtc.dev/tryreplicas/apis/replica-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryreplicas/replica-api/revisions/aa3b4c932f7a/schema)
