---
title: "Delete record"
method: DELETE
path: "/api/collections/{slug}/records/{recordId}"
tags: ["Collections"]
---

# Delete record

`DELETE /api/collections/{slug}/records/{recordId}`

Delete a record by id.

## Path parameters

- `slug` string, required
- `recordId` string, required

## Headers

- `X-Reqres-Env` string

## Response `204`

No content

## Other responses

- `404` — Error response

---

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