---
title: "Remove a payment method"
method: DELETE
path: "/v1/stripe/payment-methods/{paymentMethodId}"
tags: ["Payment"]
---

# Remove a payment method

`DELETE /v1/stripe/payment-methods/{paymentMethodId}`

Permanently removes a saved payment method from the user's account. This action cannot be undone.

## Path parameters

- `paymentMethodId` string, required — The unique identifier of the payment method to remove

## Response `204`

Payment method removed successfully

---

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