---
title: "Delete Customer Payment Method"
method: DELETE
path: "/v1/customer-portal/customers/me/payment-methods/{id}"
tags: ["customer_portal", "customers", "public"]
---

# Delete Customer Payment Method

`DELETE /v1/customer-portal/customers/me/payment-methods/{id}`

Delete a payment method from the authenticated customer.

## Path parameters

- `id` string, uuid4, required

## Response `204`

Payment method deleted.

## Other responses

- `400` — Payment method is still needed to bill a subscription.
- `404` — Payment method not found.
- `422` — Validation Error

---

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