Delete cache from CDN servers. This is necessary to update CDN content.
We have different limits for different purge types:
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
CDN resource ID.
Purge by URL clears the cache of a specific files. This purge type is recommended.
Specify file URLs including query strings. URLs should start with / without a domain name.
Purge by URL depends on the following CDN options:
query_params_blacklist" is used. Only files with the listed in the option parameters will be cached as different objects. Files with other parameters will be cached as one object. In this case, specify the listed parameters in the Purge request. Don't specify other parameters.query_params_whitelist" is used. Files with listed in the option parameters will be cached as one object. Files with other parameters will be cached as different objects. In this case, specify other parameters (if any) besides the ones listed in the purge request.Successful.