Skip to main content

Delete Bot Rule

Deletes a Bot Management Rule by its ID.

Request

Request-Line

DELETE /waap/v1.0/botRules/{ruleId} HTTP/1.1

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
ruleIdIntegerMandatoryUnique identifier assigned to the bot rule.

Response

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400RuleId.InvalidRuleId is empty or invalid.
404BotManagementRule.NotFoundBot Management Rule is not found.

Examples

Delete Bot Rule

Request

DELETE /waap/v1.0/botRules/40 HTTP/1.1