---
title: "Payment Method Session - Delete a saved payment method"
method: DELETE
path: "/v1/payment-method-sessions/{id}"
tags: ["Payment Method Session"]
---

# Payment Method Session - Delete a saved payment method

`DELETE /v1/payment-method-sessions/{id}`

Delete a saved payment method from the given payment method session.

## Path parameters

- `id` string, required

## Headers

- `X-Profile-Id` string, required

## Request body

- PaymentMethodSessionDeleteSavedPaymentMethod
  - `payment_method_token` string, required — The payment method token associated with the payment method to be deleted

## Response `200`

The payment method has been deleted successfully

- PaymentMethodDeleteSessionResponse
  - `payment_method_token` string, required — The unique identifier of the Payment method

## Other responses

- `404` — The request is invalid

---

[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)
