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

# Delete an eval

`DELETE /evals/{eval_id}`

Delete an evaluation.

## Path parameters

- `eval_id` string, required

## Response `200`

Successfully deleted the evaluation.

- object
  - `object` string, required
  - `deleted` boolean, required
  - `eval_id` string, required

## Other responses

- `404` — Evaluation 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)
