---
title: "Delete Evaluation Dataset"
method: DELETE
path: "/agents/{agent_id}/datasets/evaluate/{dataset_name}"
tags: ["/agents/{id}/datasets/evaluate"]
---

# Delete Evaluation Dataset

`DELETE /agents/{agent_id}/datasets/evaluate/{dataset_name}`

Delete an evaluation `Dataset` and all its versions.

Permanently removes the `Dataset`, including all associated metadata.

This operation is irreversible.

## Path parameters

- `agent_id` string, uuid, required — Agent ID associated with the evaluation dataset
- `dataset_name` string, required — Name of the evaluation dataset to delete

## Response `200`

Successful Response

- EmptyResponse

## Other responses

- `422` — Validation Error

## Changes

- **2025-01-15** `4ed32c3243ce` — 2 info
  - api tag `/agents/{id}/datasets/evaluate` added
  - api tag `/agents/{id}/datasets` removed
- **2025-01-14** `448bcb901d30` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/agents/:agent_id/datasets/evaluate/:dataset_name/delete.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/17bdb8a33fb4/schema)
