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

# Delete an automation

`DELETE /automations/{automation_id}`

Permanently deletes an automation by ID.

## Path parameters

- `automation_id` string, required

## Response `204`

Automation deleted successfully. No response body.

## Other responses

- `400` — Invalid automation_id
- `401` — Unauthorized
- `403` — Feature not available
- `404` — Automation not found
- `429` — Rate limit exceeded
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

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