---
title: "Delete a payment method"
method: DELETE
path: "/customers/payment-methods/{paymentMethodId}"
tags: ["PaymentMethods"]
---

# Delete a payment method

`DELETE /customers/payment-methods/{paymentMethodId}`

Deletes a payment method belonging to a customer. Once deleted, the payment method can
no longer be used for new charges.

## Response `204`

The payment method was successfully deleted.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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