---
title: "Delete evaluation"
method: DELETE
path: "/evaluations/{evaluation_id}"
tags: ["Evaluations"]
---

# Delete evaluation

`DELETE /evaluations/{evaluation_id}`

Deletes a specific evaluation permanently

## Path parameters

- `evaluation_id` string, required

## Response `200`

Evaluation successfully deleted

- MessageResponse — Simple message response
  - `message` string, required — Response message

## Other responses

- `400` — Invalid ID supplied
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Evaluation not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
