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

# Delete an eval run.

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

## 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/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/63028c4d3916/schema)
