---
title: "Delete Payment Method Domain"
method: DELETE
path: "/payment_method_domains/{id}"
tags: ["Payment Method Domains"]
---

# Delete Payment Method Domain

`DELETE /payment_method_domains/{id}`

Unregisters a payment method domain so its wallet payment methods stop rendering there.

## Response `200`

payment method domain deleted

- object
  - `deleted` boolean, required
  - `id` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

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