Skip to main content
POST
/
pullzone
/
{id}
/
removeBlockedIp
Remove Blocked IP
curl --request POST \
  --url https://api.bunny.net/pullzone/{id}/removeBlockedIp \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "BlockedIp": "<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 blocked Ips

BlockedIp
string | null
required

The IP that will be removed fromt he block list

Response

The blocked IP was successfuly removed