Skip to main content
DELETE
/
pullzone
/
{id}
/
removeCertificate
Remove Certificate
curl --request DELETE \
  --url https://api.bunny.net/pullzone/{id}/removeCertificate \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Hostname": "<string>"
}
'

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

id
integer<int64>
required

The ID of the requested Pull Zone

Body

The model used for removing an existing certificate from the given pull zone hostname

Hostname
string | null
required

The hostname from which the certificate will be removed

Response

The certificate was successfuly removed