---
title: "Remover agente de IA"
method: DELETE
path: "/api/management/ai/agents/{agent}"
tags: ["ai-agents", "agents"]
---

# Remover agente de IA

`DELETE /api/management/ai/agents/{agent}`

Remove um agente de IA. A exclusão é lógica: o agente deixa de aparecer nas listagens, mas as execuções já registradas continuam disponíveis no histórico de execuções.

## Response `200`

Sucesso

- object — Confirmação da exclusão, sem corpo de dados.
  - `response` boolean — Indicador de sucesso da requisição; sempre verdadeiro nesta resposta.

## Other responses

- `404` — Agente não encontrado

## Changes

- **2026-09-18** `3202abfa17f9` — 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/ai/agents/:agent/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)
