---
title: "Deletar um projeto"
method: DELETE
path: "/api/management/projects/{id}"
tags: ["projects", "Projetos"]
---

# Deletar um projeto

`DELETE /api/management/projects/{id}`

Deleta um projeto pelo ID. A exclusão é lógica: o projeto sai das listagens, passa a ser encontrado com `trashed=true` e pode voltar pelo endpoint de restauração.

## Response `200`

Resposta de sucesso

- object — Confirmação de que a operação foi concluída.
  - `response` boolean, required — Sempre true quando a operação é concluída.

## Other responses

- `401` — Não autorizado
- `404` — Model não encontrada

## Changes

- **2026-08-24** `3c590152d5b5` — 7 info
  - the response property `error` became required for the status `401`
  - the response property `error` became required for the status `404`
  - the response property `message` became required for the status `401`
  - the response property `message` became required for the status `404`
  - …3 more
- **2026-08-19** `3d619d9db20d` — 2 info
  - api tag `Projetos` added
  - api tag `{id}` removed

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:id/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/8c9bac94e5ad/schema)
