curl --request DELETE \
--url https://api.bunny.net/pullzone/{id}/removeHostname \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'curl --request DELETE \
--url https://api.bunny.net/pullzone/{id}/removeHostname \
--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 adding new hostnames to a pull zone
The hostname that will be removed
The hostname was successfully removed
Was this page helpful?