API Reference

Remove (Delete) an Apple Pay on the Web Domain

DELETE/utilities/apple_pay/domains/www.example.com

Response fields:

Name Type Description
created_at DateTime Timestamp the record was created at
updated_at DateTime Timestamp of the last update to the record
domain String The domain registered with Apple
status String The status of the domain registration. Possible values are:
  • Active
  • Error
  • Pending
  • Pending Delete

Response

202Result
json
{
	"successful": true,
  "response": {},
  "errors": [],
  "is_test": true
}
404Result
json
{
   "errors" : [
    "Record for www.example.com not found"
   ],
   "response" : {},
   "successful" : false,
   "test" : true
}