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

> 252 revisions in range; 71 not diffed.

- **2026-08-31** `3a2f6c296c09` — 1 breaking, 3 info
  - removed the success response with the status `204`
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `409`
  - added the success response with the status `200`
- **2026-08-28** `9642bb8e4f83` — 1 breaking, 3 info
  - removed the success response with the status `200`
  - added the non-success response with the status `404`
  - added the non-success response with the status `409`
  - added the success response with the status `204`
- **2026-08-27** `a38e9ab59771` — 1 breaking, 3 info
  - removed the success response with the status `204`
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `409`
  - added the success response with the status `200`
- **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`

[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/9642bb8e4f83/schema)
