---
title: "Delete Payment Method"
method: DELETE
path: "/stripe/payment-methods/{payment_method_id}"
tags: ["stripe"]
---

# Delete Payment Method

`DELETE /stripe/payment-methods/{payment_method_id}`

Delete a payment method.

## Path parameters

- `payment_method_id` string, required

## Response `200`

Successful Response

- PaymentMethodResponse — Payment method information.
  - `id` string, uuid, required
  - `stripe_payment_method_id` string, required
  - `brand` string, nullable, required
  - `last4` string, nullable, required
  - `exp_month` integer, nullable, required
  - `exp_year` integer, nullable, required
  - `is_default` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
