---
title: "Delete record by ID"
method: DELETE
path: "/token/records/{recordId}"
tags: ["Vault Records and Aliases"]
---

# Delete record by ID

`DELETE /token/records/{recordId}`

Delete a record and all fields associated with it.

## Path parameters

- `recordId` string, uuid, required

## Response `200`

Success.

- object
  - `success` boolean — Boolean indicating if the operation was successful. In case of `false`, please notify Payrails to act on a resolution asap.

## Other responses

- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `422` — Unprocessable Entity.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/revisions/9dd2f0158582/schema)
