---
title: "Delete a record by the alias of one of its fields"
method: DELETE
path: "/token/records"
tags: ["Vault Records and Aliases"]
---

# Delete a record by the alias of one of its fields

`DELETE /token/records`

Delete a record and all fields associated with it by the alias of one of its fields.

## Query parameters

- `alias` string, 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)
