ReleaseIp6AddressesBandwidth

Last Updated At: 2026-08-02 00:06:18

1. Interface Description

Interface request domain name: vpc.api3.convergecloud.com.

This API is used to release bandwidth for elastic IPv6 addresses.

Default interface request rate limit: 20 times per second.

Interface update time: 2025-09-02 18:05:00.

The interface is both signature verification and authentication.

2. Input Parameters

The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.

Parameter name Required Allow NULL Type Description
Action Yes No String Public parameter, The value of this interface: ReleaseIp6AddressesBandwidth
Version Yes No String Public parameter, The value of this interface: 2017-03-12
Region No No String Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface
Ip6Addresses No No Array of String IPv6 address. Only one of Ip6Addresses and Ip6AddressIds must and can be provided.
Example: 2402:4e00:1205:8c00:0:9835:2940:98d3
Ip6AddressIds No No Array of String The unique ID corresponding to the IPv6 address, such as eip-37xao8t. Either Ip6Addresses or Ip6AddressIds should be passed in, but not both.
Example: eip-demoag78

3. Output Parameters

Parameter name Type Description
TaskId String Asynchronous task TaskId. The task status can be queried using the DescribeTaskResult API.
Example: jkt
RequestId String Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem.

4. Error Code

The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.

Error Code Description
InvalidParameterValue The parameter value is invalid.
InvalidParameter Invalid input parameters.
InvalidParameterValue.Malformed Invalid input format.
InvalidParameter.Coexist The parameters must not be specified simultaneously.
InvalidParameterValue.LimitExceeded The parameter value exceeds the limit.
InternalServerError Internal operation error.