---
title: "Delete a payment method"
method: DELETE
path: "/api/customers/{id}/payment-methods/{methodId}"
tags: ["Customers"]
---

# Delete a payment method

`DELETE /api/customers/{id}/payment-methods/{methodId}`

Remove a saved payment method from a customer.

## Path parameters

- `id` string, required
- `methodId` string, required

## Response `200`

Payment method deleted

## Other responses

- `404` — Payment method not found

---

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