---
title: "Delete Eval Run"
method: DELETE
path: "/v2/eval-runs/{eval_run_uuid}"
tags: ["Eval Runs"]
---

# Delete Eval Run

`DELETE /v2/eval-runs/{eval_run_uuid}`

Delete an eval run.

Args:
    eval_run_uuid (str): UUID of the eval run to delete.
    workspace_uuid (str, optional): UUID of the workspace. Defaults to None.

Returns:
    None

Raises:
    AymaraAPIError: If the organization is missing or the eval run is not found.

Example:
    DELETE /api/eval-runs/{eval_run_uuid}

## Path parameters

- `eval_run_uuid` string, required

## Query parameters

- `workspace_uuid` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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