---
title: "Delete payment method"
method: DELETE
path: "/billing/payment-methods/{id}"
tags: ["Billing"]
---

# Delete payment method

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

Remove a saved payment method from the current organization's Polar account.

## Path parameters

- `id` string, required — Payment method ID

## Response `200`

Payment method deleted

- object
  - `data` object, required
    - `success` boolean, required

## Other responses

- `400` — Payment method in use
- `401` — Unauthorized
- `404` — Customer or payment method not found

---

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