---
title: "Remover uma execução"
method: DELETE
path: "/api/management/projects/{project_id}/project-executions/{project_execution_id}"
tags: ["projects", "Execuções"]
---

# Remover uma execução

`DELETE /api/management/projects/{project_id}/project-executions/{project_execution_id}`

Apaga um registro de execução do projeto. O tempo deixa de contar nos totais do painel e nos relatórios. Exige permissão de edição da execução.

## Response `204`

Sucesso

- 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** `3d619d9db20d` — 4 info
  - api tag `Execuções` added
  - api tag `project-execution` removed
  - api tag `{id}` removed
  - added the success response with the status `204`
- **2026-08-19** `d270bef5be29` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:project_id/project-executions/:project_execution_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)
