Deletes a specified basic Global Accelerator (GA) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteBasicAccelerator |
The operation that you want to perform. Set the value to DeleteBasicAccelerator. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the basic GA instance is deployed. Set the value to cn-hangzhou. |
AcceleratorId | String | Yes | ga-bp17frjjh0udz4qz**** |
The ID of the basic GA instance. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 54B48E3D-DF70-471B-AA93-08E683A1B45 |
The ID of the request. |
AcceleratorId | String | ga-bp17frjjh0udz4qz**** |
The ID of the basic GA instance. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteBasicAccelerator
&RegionId=cn-hangzhou
&AcceleratorId=ga-bp17frjjh0udz4qz****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteBasicAcceleratorResponse>
<RequestId>54B48E3D-DF70-471B-AA93-08E683A1B45</RequestId>
<AcceleratorId>ga-bp17frjjh0udz4qz****</AcceleratorId>
</DeleteBasicAcceleratorResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "54B48E3D-DF70-471B-AA93-08E683A1B45",
"AcceleratorId" : "ga-bp17frjjh0udz4qz****"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | NotExist.Accelerator | The accelerated instance does not exist. | The error message returned because the specified GA instance does not exist. |
400 | StateError.Accelerator | The state of the accelerated instance is invalid. | The error message returned because the specified GA instance is in an invalid state. |
400 | BindExist.Accelerator | The accelerated instance is already bound to a bandwidth package. | The error message returned because the specified GA instance is already associated with a bandwidth plan. |
For a list of error codes, visit the API Error Center.