bunny_purge_url
Purge a URL from the CDN cache to force fresh content from the origin on the next request. Use a wildcard to clear all files under a path.
Instructions
Purge a specific URL from the global CDN cache so the next request fetches fresh content from the origin. Append a wildcard () to purge all files under a path (e.g. https://example.b-cdn.net/css/). Does not delete origin files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to purge from cache. Supports wildcard (*) at the end, e.g. https://example.b-cdn.net/css/* | |
| async | No | Perform purge asynchronously. Default: false |