---
title: "Delete Score"
method: DELETE
path: "/api/scores/{id}/"
tags: ["scores"]
---

# Delete Score

`DELETE /api/scores/{id}/`

Operates on the Postgres-based EvalResult models for update and detail point retrieval
Synced to clickhouse automatically via evaluation.signals

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Changes

- **2026-07-31** `c26d550029f8` — 2 info
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/scores/: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)
