---
title: "Delete Eval"
method: DELETE
path: "/v2/evals/{eval_uuid}"
tags: ["Evals"]
---

# Delete Eval

`DELETE /v2/evals/{eval_uuid}`

Delete an eval.

Args:
    eval_uuid (str): UUID of the eval to delete.
    workspace_uuid (str, optional): Optional workspace UUID for filtering.

Returns:
    None

Raises:
    AymaraAPIError: If the eval is not found.

Example:
    DELETE /api/evals/{eval_uuid}

## Path parameters

- `eval_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/versions/0cb64ef11adf/schema)
