curl --request DELETE \
--url https://api.bunny.net/pullzone/{id}/removeCertificate \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'curl --request DELETE \
--url https://api.bunny.net/pullzone/{id}/removeCertificate \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'API Access Key authorization header
The ID of the requested Pull Zone
The model used for removing an existing certificate from the given pull zone hostname
The hostname from which the certificate will be removed
The certificate was successfuly removed
Was this page helpful?