---
title: "Deletar um assistente da etapa"
method: DELETE
path: "/api/management/steps/{step}/assistants/{assistant}"
tags: ["step-assistants", "Assistentes"]
---

# Deletar um assistente da etapa

`DELETE /api/management/steps/{step}/assistants/{assistant}`

Remove o assistente da etapa. A exclusão é lógica: ele para de disparar e some das listagens, mas o histórico de execuções continua acessível. Não há endpoint de restauração — para tirar um assistente de operação temporariamente, prefira desativá-lo pela edição.

A resposta não tem corpo.

## Response `204`

Removido

- unknown

## Changes

- **2026-08-24** `3c590152d5b5` — 2 breaking
  - the response's body became nullable
  - the response's body type changed from `object` to no type for status `204`
- **2026-08-19** `d49d48cd1ce0` — 1 info
  - api tag `Assistentes` added
- **2026-08-19** `69f9300dc045` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/steps/:step/assistants/:assistant/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-service-production.skmtc.workers.dev/v1/apis/olie-ai/olie-api/revisions/85cb24130071/schema)
