---
title: "Delete Evaluation"
method: DELETE
path: "/felix/evaluations/{evaluation_id}"
tags: ["felix", "felix"]
---

# Delete Evaluation

`DELETE /felix/evaluations/{evaluation_id}`

Deletes an evaluation.

Args:
    evaluation_id: Evaluation UUID.
    auth: Authenticated request context.

Returns:
    Deletion confirmation.

Raises:
    HTTPException: If the evaluation is absent or persistence fails.

## Path parameters

- `evaluation_id` string, required

## Response `200`

Successful Response

- DeleteEvaluationResponse — Response model for deleting an evaluation.
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/b92f75fd3b61/schema)
