curl --request POST \
--url https://api.bunny.net/pullzone/{id}/removeBlockedIp \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"BlockedIp": "<string>"
}
'curl --request POST \
--url https://api.bunny.net/pullzone/{id}/removeBlockedIp \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"BlockedIp": "<string>"
}
'API Access Key authorization header
The ID of the requested Pull Zone
The model used for removing blocked Ips
The IP that will be removed fromt he block list
The blocked IP was successfuly removed
Was this page helpful?