---
title: "Payment Method - Delete"
method: DELETE
path: "/v1/payment-methods/{id}"
tags: ["Payment Methods"]
---

# Payment Method - Delete

`DELETE /v1/payment-methods/{id}`

Deletes a payment method of a customer.

## Path parameters

- `id` string, required

## Headers

- `X-Profile-Id` string, required

## Response `200`

Payment Method Retrieved

- PaymentMethodDeleteResponse
  - `id` string, required — The unique identifier of the Payment method

## Other responses

- `404` — Payment Method Not Found

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
