curl --request POST \
--url https://api.bunny.net/videolibrary/{id}/removeBlockedReferrer \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'curl --request POST \
--url https://api.bunny.net/videolibrary/{id}/removeBlockedReferrer \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'API Access Key authorization header
The ID of the requested Video Library
The model used for removing new existing blocked referer hostnames
The hostname that will be removed as a blocked referer
The blocked referer was successfuly removed
Was this page helpful?