---
title: "Delete an Evaluator"
method: DELETE
path: "/v2/evaluators/{id}"
tags: ["Evals"]
---

# Delete an Evaluator

`DELETE /v2/evaluators/{id}`

Delete an evaluator by its unique identifier.

## Path parameters

- `id` string, required

## Response `204`

Eval deleted

## Other responses

- `404` — Workspace ID is not found on the request
- `409` — The evaluator is still referenced as an evaluator or guardrail by one or more deployments

## Changes

> 247 revisions in range; 71 not diffed.

- **2026-08-02** `6f132f005b2a` — 1 info
  - removed the non-success response with the status `409`
- **2026-07-31** `3128fb112d66` — 1 info
  - added the non-success response with the status `409`
- **2026-07-30** `d1ae9e3491f7` — 1 info
  - removed the non-success response with the status `409`
- **2026-07-29** `81dd5e8c8ae5` — 1 info
  - added the non-success response with the status `409`
- **2026-07-29** `c165184caee5` — 1 info
  - removed the non-success response with the status `409`

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/evaluators/:id/delete.md)

---

[API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.dev/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/1f8d6c19ffa2/schema)
