curl --request POST \
--url https://api.bunny.net/pullzone/{id}/removeAllowedReferrer \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'curl --request POST \
--url https://api.bunny.net/pullzone/{id}/removeAllowedReferrer \
--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 new allowed referer hostnames
The hostname that will be removed as an allowed referer
The allowed referer was successfuly removed
Was this page helpful?