Purge APIs
The catalogue provides a comprehensive list of all available APIs for Purge. Purge configuration APIs enable SwiftFederaton partners or customers to create, list and get purges.The APIs are categorised by functionality and include essential details such as the request URI, method, and brief 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. |