You can call this operation to delete an EIP bandwidth plan.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteCommonBandwidthPackage |
The operation that you want to perform. Set the value to DeleteCommonBandwidthPackage.
|
BandwidthPackageId | String | Yes | cbwp-2ze2ic1xd2qeqk145pn4u |
The ID of the EIP bandwidth plan. |
RegionId | String | Yes | cn-hangzhou |
The region to which the EIP bandwidth plan belongs. You can call the DescribeRegions operation to query region IDs. |
Force | String | No | false |
Indicates whether to forcibly delete the EIP bandwidth plan. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | B400EF57-60E3-4D61-B8FB-7FA8F72DF5A6 |
The ID of the request. |
Examples
Sample requests
https://vpc.aliyuncs.com/?Action=DeleteCommonBandwidthPackage
&BandwidthPackageId=cbwp-2ze2ic1xd2qeqk145pn4u
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<DeleteCommonBandwidthPackageResponse>
<RequestId>B400EF57-60E3-4D61-B8FB-7FA8F72DF5A6</RequestId>
</DeleteCommonBandwidthPackageResponse>
JSON
format
{
"RequestId":"B400EF57-60E3-4D61-B8FB-7FA8F72DF5A6"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | The error message returned because the specified region ID does not exist. |
For a list of error codes, visit the API Error Center.