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

## Changes

> 7 revisions in range; 2 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `deletePaymentMethod` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/payment-methods/:id/delete.md)

---

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