Skip to main content

Delete CC Protection

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

ParameterTypeRequiredDescription
ruleIdIntegerMandatoryUnique identifier assigned to the CC Protection Rule.

Response

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400RuleId.InvalidRuleId is empty or invalid.
404CCProtectionRule.NotFoundCC Protection Rule is not found.

Examples

Delete CC Protection

Request

DELETE /waap/v1.0/waf/ccProtections/55 HTTP/1.1