Skip to main content

RemoveBandwidthPackageIps

Description

call the RemoveBandwidthPackageIps to delete the public IP in the NAT bandwidth package.

Request Method

POST

Request Path

/apsara/route/Vpc/RemoveBandwidthPackageIps

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
BandwidthPackageIdBODYstringYesbwp-s6lmotmkkza1w****ID of NAT bandwidth packet.
RemovedIpAddresses.nBODYstringNonateip-1110a2l1ad2****ID of the public network IP to be deleted. n must start from 1 and the maximum is 20.
RegionIdBODYstringYescn-hangzhouThe region where the NAT bandwidth package is located. you can obtain the region ID by calling DescribeRegions interface.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring7D275A59-1EB0-4775-8A20-2A47055EAC5Crequest ID.

Example

Successful Response example

{
"RequestId":"7D275A59-1EB0-4775-8A20-2A47055EAC5C"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}