Deletes addresses from an address book.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of the current WAF instance. |
waf_v2_public_cn-wwo36****0i |
| RuleId |
integer |
Yes |
The ID of the address book. |
12345678 |
| AddressList |
array |
Yes |
The list of addresses to delete. |
|
|
string |
No |
A single address. Specify an IP address or a CIDR block. Both IPv4 and IPv6 are supported. |
XX.XX.XX.XX/32 |
|
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
C33EB3D5-AF96-43CA-9C7E-37A8****6A1E |
Examples
Success response
JSON format
{
"RequestId": "C33EB3D5-AF96-43CA-9C7E-37A8****6A1E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Defense.Control.DefenseAddressOversize | The number of addresses in the address book exceeds the limit. | The number of addresses in the address book exceeds the limit. |
| 400 | Defense.Control.DefenseAddressInvalid | The address in the address book is illegal. | The address in the address book is illegal. |
| 400 | Defense.Control.DefenseAddressOperationTooFrequent | Address book operations are too frequent. | Address book operations are too frequent. Please try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.