Skip to main content

Delete Bot Rule

Deletes a Bot Management Rule by its ID.

Request

Request-Line

DELETE /waap/v1.0/botManagementRule/{id} HTTP/1.1

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
idintegerMandatoryUnique identifier assigned to the bot rule.

Response

Status Codes, Error Codes and Error Messages

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

Examples

Delete Bot Rule

Request

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