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

# Delete Evaluation Summary

`DELETE /v1/evaluation-summaries/{evaluation_id}`

Delete an evaluation summary row.

This endpoint only removes the summary cache row — it does not delete
the underlying evaluation job or S3 artifacts. To fully delete an
evaluation, use DELETE /evaluations/{evaluation_id}.

Args:
    evaluation_id: UUID of the evaluation summary to delete
    team_id: Team ID that owns this evaluation
    claims: JWT claims with user and team info
    summary_repo: Evaluation summary repository

Raises:
    HTTPException: 401 if unauthorized, 403 if no permission, 404 if not found

## Path parameters

- `evaluation_id` string, uuid, required

## Query parameters

- `team_id` string, uuid, required — Team ID that owns this evaluation

## Response `204`

Successful Response

## 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)
