---
title: "Destroy"
method: DELETE
path: "/evaluations/{evaluator_id}/"
tags: ["evaluations"]
---

# Destroy

`DELETE /evaluations/{evaluator_id}/`

Delete ALL versions of the evaluator.

Uses SuperAdminMixin's queryset routing for org filtering.
Cross-org JWT write protection is enforced automatically by ObjectOwnershipPermission
in get_object() via check_object_permissions().

## Path parameters

- `evaluator_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Changes

- **2026-07-31** `c26d550029f8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/evaluations/:evaluator_id/delete.md)

---

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