跳到主要内容

Delete CC Protection Rule

Deletes 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 Rule

Request

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