---
title: "Delete Certificate"
method: DELETE
path: "/apple-pay/certificates/{id}"
tags: ["Apple Pay Certificate"]
---

# 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.

## Path parameters

- `id` string, required

## Response `200`

A successful deletion response

- object
  - `success` boolean

## Other responses

- `401` — Unauthorized error. Please check your auth credentials
- `404` — The specified resource was not found
- `500` — Unexpected server error
- `503` — The service is temporarily unavailable

---

[API](https://skmtc.net/monei/apis/monei-api-v1.md) · [All operations](https://skmtc.net/monei/apis/monei-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monei/monei-api-v1/versions/23554d4fb9e5/schema)
