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

# Delete eval run

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

Delete an eval run.

## Path parameters

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

## Response `200`

Successfully deleted the eval run

- object
  - `object` string
  - `deleted` boolean
  - `run_id` string

## Other responses

- `404` — Run not found

---

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