curl --request DELETE \
--url https://api.bunny.net/pullzone/{id}/removeHostname \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}curl --request DELETE \
--url https://api.bunny.net/pullzone/{id}/removeHostname \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>"
}
'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}API Access Key authorization header
The ID of the requested Pull Zone
Request model
The hostname that will be removed
1The hostname was successfully removed
Was this page helpful?