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

# Delete Evaluation Legacy

`DELETE /felix/evaluations/{evaluation_id}`

Soft-delete an evaluation by setting is_deleted=True.

Child evaluation_results rows are intentionally preserved.

Args:
    evaluation_id: The evaluation ID to delete.
    auth: Authenticated user context.

Returns:
    Success confirmation.

Raises:
    HTTPException: If the evaluation is not found or deletion fails.

## Path parameters

- `evaluation_id` string, required

## Response `200`

Successful Response

- unknown

## 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/versions/31dfe831e079/schema)
