curl --request POST \
--url https://api.bunny.net/purge \
--header 'AccessKey: <api-key>'curl --request POST \
--url https://api.bunny.net/purge \
--header 'AccessKey: <api-key>'API Access Key authorization header
The URL that will be purged from cache.
(Optional) Determines if the call should wait for the purge logic to complete
(Optional) When true and the URL ends with '/', purges only the exact path without adding a wildcard suffix. Only applies when the pull zone has IgnoreQueryStrings disabled.
The purge request was successfully processed.
Was this page helpful?