Purge API
This catalogue provides a comprehensive list of all available APIs for Purge. 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 | /waap/v1.0/services/{serviceId}/purges/byUrl | Invalidate specific cached objects in the CDN that exactly match the provided full URL(s). |
| Custom Purge | POST | /waap/v1.0/services/{serviceId}/purges/custom | Invalidate cached assets whose URLs match the specified path prefix or suffix. |
| Purge All | POST | /waap/v1.0/services/{serviceId}/purges/all | Invalidate all cached content for the specified service across CDN edge nodes. |