---
title: "Remove a saved card"
method: DELETE
path: "/api/v1/billing/payment-methods/{id}"
tags: ["billing"]
---

# Remove a saved card

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

Detaches a saved card from the account's Stripe customer. If it was the default and other cards remain, the next card on file becomes the default. Not available during impersonation.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Card removed.

- BillingRemovePaymentMethodResponse200
  - `removed` boolean

## Other responses

- `401` — Missing or invalid API key.
- `404` — No such card on this account.

---

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