Mobile Certificates (Apple Pay)
Remove Apple Pay certificate
Deletes an Apple Pay certificate record.
DELETE
/
apple-pay-certificates
/
{apple_pay_certificate_id}
This endpoint requires the apple-pay-certificates.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
apple_pay_certificate_id
string
requiredThe unique ID for an Apple Pay certificate record.
Was this page helpful?