v1
latestOpenAPI 3.0.02026-08-0631139237.5 KBApple Pay Certificate
Delete Certificate
Deletes an Apple Pay certificate.
This permanently removes the certificate and its associated private key. The certificate will no longer be available for payment processing.
Warning: This action cannot be undone. If you only want to temporarily disable a certificate, use the Update Certificate endpoint instead.
delete/apple-pay/certificates/{id}
Path parameters
idstring required
Example:a6ea0c67-d061-4f7c-9e3b-4a96a6e1e8b1
The unique identifier of the certificate.
Response
A successful deletion response
Example response
{
"success": true
}