---
title: "Deletar um resultado específico de uma meta"
method: DELETE
path: "/api/management/goals/{goal}/results/{result}"
tags: ["goals", "results"]
---

# Deletar um resultado específico de uma meta

`DELETE /api/management/goals/{goal}/results/{result}`

Remove por soft delete um resultado já apurado da meta, sem alterar o progresso atual dela. Nas metas que conseguem recalcular períodos passados (todos os tipos exceto `manual` e `composite`), a rotina automática de atualização regenera o resultado removido. Responde 204 mesmo quando o resultado informado não existe ou pertence a outra meta.

## Response `204`

Resultado removido

- unknown

## Changes

- **2026-09-22** `d71b18b1685d` — 2 breaking
  - the response's body became nullable
  - the response's body type changed from `object` to no type for status `204`
- **2026-09-18** `3202abfa17f9` — 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/goals/:goal/results/:result/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/d71b18b1685d?raw)
