---
title: "Delete Saved Payment Method"
method: DELETE
path: "/v1/billing/payments/methods/{payment_method_id}"
tags: ["billing"]
---

# Delete Saved Payment Method

`DELETE /v1/billing/payments/methods/{payment_method_id}`

## Path parameters

- `payment_method_id` string, required

## Response `200`

Successful Response

- SavedPaymentMethodDeleteResponse
  - `payment_method_id` string, required
  - `unsubscribed` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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