curl --request POST \
--url https://api.bunny.net/pullzone/{id}/purgeCache \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"CacheTag": "<string>"
}
'curl --request POST \
--url https://api.bunny.net/pullzone/{id}/purgeCache \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"CacheTag": "<string>"
}
'Was this page helpful?