You can call this operation to delete one or more acceleration regions.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteIpSets |
The operation that you want to perform. Set the value to DeleteIpSets. |
IpSetIds.N | RepeatList | Yes | ips-bp11c9mpphtb1xkds**** |
The ID of the acceleration region that you want to delete. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region to which the GA instance belongs. Set the value to cn-hangzhou. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | B49B60F6-F6C8-49E5-B06B-E33E3A469A92 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteIpSets
&IpSetIds.1=ips-bp11c9mpphtb1xkds****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<DeleteIpSetsResponse>
<RequestId>B49B60F6-F6C8-49E5-B06B-E33E3A469A92</RequestId>
</DeleteIpSetsResponse>
JSON
format
{
"RequestId": "B49B60F6-F6C8-49E5-B06B-E33E3A469A92"
}
Error codes.
For a list of error codes, visit the API Error Center.