---
title: "Remove Certificate"
method: DELETE
path: "/pullzone/{id}/removeCertificate"
tags: ["Pull Zone"]
---

# Remove Certificate

`DELETE /pullzone/{id}/removeCertificate`

## Path parameters

- `id` integer, required

## Request body

- RemoveCertificateRequestModel
  - `Hostname` string, required — The hostname from which the certificate will be removed

## Response `204`

The certificate was successfuly removed

## Other responses

- `400` — Failed removing certificate
- `401` — The request authorization failed
- `404` — The Pull Zone with the requested ID was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
