---
title: "Delete Runs"
method: DELETE
path: "/evaluations/runs/"
tags: ["Evaluations"]
---

# Delete Runs

`DELETE /evaluations/runs/`

## Request body

- EvaluationRunIdsRequest
  - `run_ids` string[], required

## Response `200`

Successful Response

- EvaluationRunIdsResponse
  - `count` integer
  - `run_ids` string[]

## Other responses

- `422` — Validation Error

---

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