Information used to unregister an Apple Pay domain.
| domains required | Array of strings |
| integrationIdentifier required | string The unique identifier of your Apple Pay payment integration. The Toast platform generates this identifier and registers it with Apple. |
| reason | string Custom reason for unregistering the domain. This is optional. |
{- "integrationIdentifier": "string",
- "domains": [
- "string"
], - "reason": "string"
}