DELETE
/v1/apple_pay/domains/{domain}Delete an Apple Pay domain
Deletes a registered Apple Pay domain. Use domain to identify the domain registration you want to remove from your account.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
domainstringrequired
The unique identifier of the Apple Pay domain to delete. Maximum 5,000 characters.
200Returns a deleted Apple Pay domain object with `deleted` set to true, the deleted domain identifier, and object type `apple_pay_domain`.
deletedbooleanrequired
Always true for a deleted object
idstringrequired
Unique identifier for the object.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
defaultError response.
errorobjectrequired
Error handling
domain must be no longer than 5,000 characters and must identify an existing Apple Pay domain registration. The identifier must refer to the domain object you intend to delete.