---
title: "Delete evaluation run"
method: DELETE
path: "/openai/evals/{eval_id}/runs/{run_id}"
tags: ["Evals"]
---

# Delete evaluation run

`DELETE /openai/evals/{eval_id}/runs/{run_id}`

Delete an eval run.

## Path parameters

- `eval_id` string, required
- `run_id` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- DeleteEvalRunResponse — A deleted evaluation run Object.
  - `object` 'eval.deleted' — The object type. Always 'eval.deleted'.
  - `run_id` string — id of the eval.
  - `deleted` boolean — Whether the eval was successfully deleted.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/ai-azure-ai-projects.md) · [All operations](https://skmtc.net/azure/apis/ai-azure-ai-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-azure-ai-projects/revisions/b52c14a89ea1/schema)
