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

# Delete payment method

`DELETE /payment_methods/{id}`

Delete a saved payment method. Cannot delete a payment method attached to an active subscription.

Required permissions:
 - `member:payment_methods:manage`

## Path parameters

- `id` string, required

## Query parameters

- `member_id` string — The unique identifier of the member. Provide either this or account_id, not both. Omit both to address your own saved payment methods.
- `account_id` string — The unique identifier of the company. Provide either this or member_id, not both. Omit both to address your own saved payment methods.

## Response `200`

A successful response

- boolean — Represents `true` or `false` values.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

## Changes

> 47 revisions in range; 1 not diffed.

- **2026-09-03** `697924df40d1` — 1 warning, 1 info
  - deleted the `query` request parameter `company_id`
  - added the new optional `query` request parameter `account_id`

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/payment_methods/:id/delete.md)

---

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