---
title: "Delete an evaluator"
method: DELETE
path: "/api/evaluators/{evaluator_id}/"
tags: ["evaluators"]
---

# Delete an evaluator

`DELETE /api/evaluators/{evaluator_id}/`

Delete an evaluator and all of its versions. Individual committed versions cannot be deleted separately.

## Path parameters

- `evaluator_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized - Missing or invalid authentication
- `404` — Not Found

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/4e064cf81dae/schema)
