Sets the Internet bandwidth value of an IPv6 address to zero.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
RegionId | String | Yes | cn-huhehaote |
The region ID of the IPv6 gateway. You can call the DescribeRegions operation to query the most recent region list. |
Ipv6AddressId | String | No | ipv6bw-uf6hcyzu65v98v3du**** |
The ID of the IPv6 gateway. |
Ipv6InternetBandwidthId | String | No | ipv6bw-uf6hcyzu65v98v3du**** |
The ID of the Internet bandwidth plan that you want to query after you enable IPv6 Internet bandwidth. |
Action | String | Yes | DeleteIpv6InternetBandwidth |
The operation that you want to perform. Set the value to DeleteIpv6InternetBandwidth. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | E07E0FE6-5C21-405F-AF82-7613AA81EF92 |
The ID of the request. |
Examples
Sample requests
https://vpc.aliyuncs.com/?Action=DeleteIpv6InternetBandwidth
&RegionId=cn-huhehaote
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteIpv6InternetBandwidthResponse>
<RequestId>6972A26E-99B1-4367-9890-FBDEBB0F5E7D</RequestId>
</DeleteIpv6InternetBandwidthResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "E07E0FE6-5C21-405F-AF82-7613AA81EF92"
}
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.