---
title: "Delete Payment Method for Customer (V1)"
method: DELETE
path: "/v1/customers/{id}/payment_methods/{payment_method_id}"
tags: ["Customer Payment Methods (v1)"]
---

# Delete Payment Method for Customer (V1)

`DELETE /v1/customers/{id}/payment_methods/{payment_method_id}`

Deletes a specific payment method linked to a customer. Returns 404 if the customer or payment method does not exist.

## Path parameters

- `id` string, required
- `payment_method_id` string, required

## Response `200`

OK

- DeleteCustomerPaymentMethodResponseV1
  - `data` DeleteCustomerPaymentMethodDataV1
    - `attributes` DeleteCustomerPaymentMethodAttributesV1
      - `deleted` boolean
    - `id` string
    - `type` string

## 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)
