---
title: "Delete an existing payment method"
method: DELETE
path: "/account/payment-methods/{id}"
tags: ["Account"]
---

# Delete an existing payment method

`DELETE /account/payment-methods/{id}`

Delete an existing payment method. Deleting a payment method does not invalidate or remove it from transactions or orders that are associated with it.

## Path parameters

- `id` string, required

## Headers

- `X-Publishable-Key` string, required
- `X-Merchant-Client-Id` string

## Response `200`

The payment method was successfully deleted

## Other responses

- `4XX` — An error has occurred, and further details are contained in the response
- `default` — An error has occurred, and no further details are provided (e.g. 5xx errors)

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference-2.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference-2/revisions/18e78f3cf6f3/schema)
