---
title: "Delete Payment Method for Customer"
method: DELETE
path: "/v2/customer_payment_methods/{customer_id}/{payment_method_id}"
tags: ["Customer Payment Methods (v2)"]
---

# Delete Payment Method for Customer

`DELETE /v2/customer_payment_methods/{customer_id}/{payment_method_id}`

Delete a customer payment method by customer ID and payment method ID

## Path parameters

- `customer_id` string, required
- `payment_method_id` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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