Deletes Internet bandwidth.

Description

You cannot call the DeleteIpv6InternetBandwidth operation to delete the same Internet bandwidth at the same time.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
RegionId String Yes cn-huhehaote

The ID of the region where the IPv6 gateway is deployed.

You can call the DescribeRegions operation to obtain the region ID.

Ipv6AddressId String No ipv6-2zen5j4axcp5l5qyy****

The ID of the IPv6 address.

Note You must set one of the Ipv6AddressId and Ipv6InternetBandwidthId parameters.
Ipv6InternetBandwidthId String No ipv6bw-uf6hcyzu65v98v3du****

The ID of the Internet bandwidth that you purchase for the IPv6 gateway.

Note You must set one of the Ipv6AddressId and Ipv6InternetBandwidthId parameters.
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

http(s)://[Endpoint]/?RegionId=cn-huhehaote
&Ipv6AddressId=ipv6-2zen5j4axcp5l5qyy****
&Ipv6InternetBandwidthId=ipv6bw-uf6hcyzu65v98v3du****
&Action=DeleteIpv6InternetBandwidth
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteIpv6InternetBandwidthResponse>
    <RequestId>E07E0FE6-5C21-405F-AF82-7613AA81EF92</RequestId>
</DeleteIpv6InternetBandwidthResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "E07E0FE6-5C21-405F-AF82-7613AA81EF92"
}

Error codes

HTTP status code 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, see Service error codes.