---
api: 'Merchant API'
---

# Unregister domain for Apple Pay

Unregister your website from Apple Pay's registered domains.

## Endpoint

POST `/api/apple-pay/domains/unregister`

## Request body

### Attributes

- `domain` (string)
    Domain name of your website without the scheme (i.e. without `http://` or `https://`).
- `reason` (string)
    A short explanation why you remove the domain.

## Returns

### 204

Domain ungistered successfully

## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad Request |
