Sample - Stripe API
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.

1 parameter
domainstringrequired
The unique identifier of the Apple Pay domain to delete. Maximum 5,000 characters.

2 status codes
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
Allowed:true
idstringrequired
Unique identifier for the object.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:apple_pay_domain
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.