Deletes the acceleration region of a basic Global Accelerator (GA) instance.
Description
- DeleteBasicIpSet 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 GetBasicIpSet operation to query the state of an acceleration region.
- If the acceleration region is in the deleting state, it indicates that the acceleration region is being deleted. In this case, you can perform only query operations.
- If the information of the acceleration region is not displayed in the response, it indicates that the acceleration region is deleted.
- The DeleteBasicIpSet cannot be called repeatedly for the same basic GA instance within a specific period of time.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteBasicIpSet |
The operation that you want to perform. Set the value to DeleteBasicIpSet. |
RegionId | String | No | cn-hangzhou |
The ID of the region where the basic GA instance is deployed. Set the value to cn-hangzhou. |
ClientToken | String | No | 123e4567-e89b-12d3-a456-426655440000 |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. Note If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId may be different for each API request.
|
IpSetId | String | Yes | ips-bp11r5jb8ogp122xl**** |
The ID of the acceleration region. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 6D2BFF54-6AF2-4679-88C4-2F2E187F16CB |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteBasicIpSet
&RegionId=cn-hangzhou
&ClientToken=123e4567-e89b-12d3-a456-426655440000
&IpSetId=ips-bp11r5jb8ogp122xl****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteBasicIpSetResponse>
<RequestId>6D2BFF54-6AF2-4679-88C4-2F2E187F16CB</RequestId>
</DeleteBasicIpSetResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "6D2BFF54-6AF2-4679-88C4-2F2E187F16CB"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NotExist.IpSet | The IpSet does not exist. | The error message returned because the specified acceleration region does not exist. |
400 | StateError.IpSet | The state of IpSet is invalid. | The error message returned because the specified acceleration region is in an invalid state. |
400 | NotExist.Accelerator | The accelerated instance does not exist. | The error message returned because the GA instance does not exist. |
For a list of error codes, visit the API Error Center.