Deletes multiple acceleration regions.
Description
- DeleteIpSets is an asynchronous operation. After you send a request, the system returns a request
ID, but the operation is still being performed in the system background. You can call
the DescribeIpSet operation to query the state of an acceleration region.
- If the acceleration region is in the deleting state, the acceleration region is being deleted. In this case, you can perform only query operations.
- If the acceleration region cannot be queried, the acceleration region is deleted.
- The DeleteIpSets operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteIpSets |
The operation that you want to perform. Set the value to DeleteIpSets. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the GA instance is deployed. Set the value to cn-hangzhou. |
IpSetIds.N | String | Yes | ips-bp11r5jb8ogp122xl**** |
The ID of the acceleration region that you want to delete. |
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
&RegionId=cn-hangzhou
&IpSetIds=["ips-bp11r5jb8ogp122xl****"]
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteIpSetsResponse>
<RequestId>B49B60F6-F6C8-49E5-B06B-E33E3A469A92</RequestId>
</DeleteIpSetsResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "B49B60F6-F6C8-49E5-B06B-E33E3A469A92"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NotExist.IpSets | The IpSet does not exist. | The error message returned because the specified acceleration region does not exist. |
400 | NotActive.IpSet | The state of IpSet is not active. | The error message returned because the operation is not supported while the acceleration region is in the current state. |
For a list of error codes, visit the API Error Center.