---
title: "Delete Evaluation"
method: DELETE
path: "/v1/evaluations/{evaluation_id}"
tags: ["Diamond", "evaluations"]
---

# Delete Evaluation

`DELETE /v1/evaluations/{evaluation_id}`

Delete evaluation (Kubernetes Job + repository entry + S3 storage).

Deletes the evaluation from:
- Kubernetes Job (via domain)
- Repository entry (via domain)
- S3 storage (request, results, report files)

Args:
    evaluation_id: UUID of the evaluation
    claims: JWT claims with user and team info
    diamond_domain: Diamond domain orchestrator
    storage: Evaluation storage adapter

Returns:
    Status dict with "deleted" status

Raises:
    HTTPException: 404 if evaluation not found

## Path parameters

- `evaluation_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
