# Delete Certificate

```
DELETE 
/apple-pay/certificates/:id
```

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](https://docs.monei.com/apis/rest/apple-pay-certificates-update/) endpoint instead.

## Request[​](#request "Direct link to request")

## Responses[​](#responses "Direct link to Responses")

* 200
* 401
* 404
* 500
* 503

A successful deletion response

Unauthorized error. Please check your auth credentials

The specified resource was not found

Unexpected server error

The service is temporarily unavailable
