Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:RemoveBandwidthPackageIps |
delete |
*BandwidthPackage
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
You can call the DescribeRegions operation to get the latest region list. |
|
| BandwidthPackageId |
string |
Yes |
|
|
| ClientToken |
string |
No |
|
|
| RemovedIpAddresses |
array |
Yes |
|
|
|
string |
No |
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
| RequestId |
string |
|
Examples
Success response
JSON format
{
"RequestId": ""
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidIpCount.ValueNotSupported | Can not remove all ips of the bandwidthPackage. | You cannot remove all IP addresses from a shared bandwidth package. |
| 400 | InvalidRemovedIpAddresses.NotFound | Some of remove ip is not natPublicIp. | |
| 400 | DependencyViolation.ForwardEntry | The ip has been used by ForwardEntry. | The IP address is already used by the DNAT entry. |
| 404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | The specified RegionId parameter does not exist. Check whether the service is available in the specified region. |
| 404 | InvalidBandwidthPackageId.NotFound | The specified BandwidthPackageId does not exist in our records. | |
| 404 | invalidRemovedIpAddresses.NotFound | Some of the specified value of RemovedIpAddress not found in specified BandwidthPackage. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.