Delete Rate Limit
Delete rate limit for website acceleration service.
Request
Request-Line
DELETE /waap/v1.0/services/{serviceId}/rateLimit HTTP/1.1
Request Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| serviceId | Integer | 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. |
| 400 | RateLimit.OperationFailed | The rate limit operation failed. |
| 404 | ServiceId.NotFound | ServiceId is not found. |
Examples
Delete Rate Limit
Request
DELETE /waap/v1.0/services/12345/rateLimit HTTP/1.1