---
title: "Excluir automação"
method: DELETE
path: "/api/management/automations/{automation}"
tags: ["automations"]
---

# Excluir automação

`DELETE /api/management/automations/{automation}`

Exclui a automação, que deixa de reagir aos eventos; o registro de execuções dela deixa de ficar acessível. Para apenas pausar, atualize com `active` false — ver [Logs e depuração](https://docs.olie.ai/guides/automation/logs).

## Response `200`

Sucesso

- object — Confirmação da exclusão.
  - `response` boolean — Indicador de sucesso da requisição. Sempre true nas respostas bem-sucedidas.

## Other responses

- `404` — Não encontrada

## Changes

- **2026-09-22** `4e244f2507d6` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/automations/:automation/delete.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/d7bda7d32f67?raw)
