---
title: "Delete payment method by external ID"
method: DELETE
path: "/billing/payment-methods/{billing_id}"
tags: ["billing"]
---

# Delete payment method by external ID

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

## Path parameters

- `billing_id` string, required

## Response `200`

OK

- object
  - `data` DeleteResponse, required
    - `deleted` boolean — Whether the delete was successful
  - `params` object, required — Input parameters

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 61 could not be searched.

- **2026-05-22** `3e18334523c4` — 1 info
  - endpoint added

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

---

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