Delete CC Protection Rule
Delete a specific CC Protectio and its configuration by ID.
Request
Request-Line
DELETE /waap/v1.0/waf/ccProtections/{ruleId} HTTP/1.1
Request Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ruleId | Integer | Mandatory | Unique identifier assigned to the CC Protection Rule. |
Response
Status Codes, Error Codes and Error Messages
| Status Code | Error Code | Error Message |
|---|---|---|
| 400 | RuleId.Invalid | RuleId is empty or invalid. |
| 404 | CCProtectionRule.NotFound | CC Protection Rule is not found. |
Examples
Delete CC Protection Rule
Request
DELETE /waap/v1.0/waf/ccProtections/55 HTTP/1.1