---
title: "Delete Payment Method"
method: DELETE
path: "/v1/account/payment_methods/{payment_method_id}"
tags: ["Account"]
---

# Delete Payment Method

`DELETE /v1/account/payment_methods/{payment_method_id}`

Delete a saved payment method from a shopper's Bolt account Wallet.

## Path parameters

- `payment_method_id` string, required

## Headers

- `X-Publishable-Key` string

## Response `200`

Success

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

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