---
title: "Delete payment token"
method: DELETE
path: "/v3/vault/payment-tokens/{id}"
tags: ["payment-tokens"]
---

# Delete payment token

`DELETE /v3/vault/payment-tokens/{id}`

Delete the payment token associated with the payment token id.

## Path parameters

- `id` string, required

## Response `204`

The server has successfully executed the method, but there is no entity body to return.

## Other responses

- `400` — Request is not well-formed, syntactically incorrect, or violates schema.
- `403` — Authorization failed due to insufficient permissions.
- `500` — An internal server error has occurred.

---

[API](https://skmtc.net/paypal/apis/payments.md) · [All operations](https://skmtc.net/paypal/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paypal/payments/revisions/672aceee1190/schema)
