Purge All
Invalidate all cached content for the specified service across CDN edge nodes.
Request
Request-Line
POST /waap/v1.0/services/{serviceId}/purges/all HTTP/1.1
Request Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| serviceId | Long | Mandatory | Service ID. |
Response
Status Codes, Error Codes and Error Messages
| Status Code | Error Code | Error Message |
|---|---|---|
| 400 | ServiceId.Invalid | ServiceId is empty or invalid. |
| 404 | ServiceId.NotFound | ServiceId is not found. |
Examples
Purge Everything
Request
POST /waap/v1.0/services/67709/purges/all HTTP/1.1