---
title: "Delete Record"
method: DELETE
path: "/records/{recordId}"
---

# Delete Record

`DELETE /records/{recordId}`

Delete a specific Record by ID.

## Path parameters

- `recordId` string, required

## Response `200`

Record deleted successfully

- object
  - `success` boolean, required — Whether the deletion was successful.

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

## Changes

- **2025-10-29** `1352dba09177` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scorecard-ai/apis/scorecard-api/changes/records/:recordId/delete.md)

---

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