---
title: "Delete a payment method by Id"
method: DELETE
path: "/payment-methods/{paymentMethodId}"
tags: ["Payment Methods"]
---

# Delete a payment method by Id

`DELETE /payment-methods/{paymentMethodId}`

This is used to delete a payment method by instead. Note that you can only delete payment-methods that aren't single-use. For example you can delete a customer's saved payment method, but you cannot delete a token generated for one-time purchases

## Path parameters

- `paymentMethodId` string, required

## Response `200`

Successfully delete the given Payment Method

- PaymentMethodDeleted
  - `id` string — The Id of the deleted payment method

## Other responses

- `400` — One or more inputs are invalid
- `404` — The given resource could not be found
- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/revisions/a042f64d4305/schema)
