---
title: "Archive Payment Method"
method: DELETE
path: "/user/patient/payment-methods/{payment_method_id}"
tags: ["provider", "user"]
---

# Archive Payment Method

`DELETE /user/patient/payment-methods/{payment_method_id}`

Archive a payment method by setting is_archived to true.

## Path parameters

- `payment_method_id` string, required

## Query parameters

- `patient_id` string, required — ID of the patient who owns the payment method

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

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