---
title: "Delete a record"
method: DELETE
path: "/records/{id}"
---

# Delete a record

`DELETE /records/{id}`

Deletes a single record by its ID. The record **must have a status of `unreconciled`**. Records that are partially or fully reconciled cannot be deleted.

## Path parameters

- `id` string, required

## Response `204`

Record deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Record not found
- `409` — Record cannot be deleted because it is already reconciled or partially reconciled

---

[API](https://skmtc.net/endclose/apis/end-close-api.md) · [All operations](https://skmtc.net/endclose/apis/end-close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/endclose/end-close-api/revisions/613ceff68dc7/schema)
