Purge Control API
This catalogue provides a comprehensive list of all available APIs for CORS Headers. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Purge By URL | POST | /cdn/v1.0/services/{serviceId}/purgeUrl | This API is used to refreshes the cached content at edge nodes by URL. |
| Custom Purge | POST | /cdn/v1.0/services/{serviceId}/customPurge | This API is used to refreshes the cached content at edge nodes by custom url. |
| Purge All | POST | /cdn/v1.0/services/{serviceId}/purgeEverything | This API is used to refreshes all the cached content at edge nodes under domain name. |
| Purge Status | GET | /cdn/v1.0/services/{serviceId}/purgeStatus/{batchId}?with={with} | This API is used to retrieve the purge status by batchId. |