Domain name for API request: vpc.tencentcloudapi.com.
This API (ReleaseAddresses) is used to release one or multiple Elastic IPs.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ReleaseAddresses. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
AddressIds.N | Yes | Array of String | The unique ID list of the EIP. The unique ID of an EIP is as follows: eip-11112222 . |
Parameter Name | Type | Description |
---|---|---|
TaskId | String | The async task ID. You can use the DescribeTaskResult API to query the task status. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=ReleaseAddresses
&AddressIds.0=eip-gzc5rgr2
&<common request parameters>
{
"Response": {
"TaskId": "12331420",
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidAddressId.Blocked | The specified EIP is in blocked status. When the EIP is in blocked status, it cannot be bound. You must first unblock it. |
InvalidAddressId.NotFound | The specified EIP does not exist. |
InvalidAddressState | The operation cannot be performed on the specified EIP in current status. |
InvalidParameterValue.AddressIdMalformed | This IP address ID is invalid. |
InvalidParameterValue.AddressInternetChargeTypeConflict | The billing mode of this IP address conflicts with that of other IP addresses. |
InvalidParameterValue.AddressNotEIP | This IP is not an EIP. |
InvalidParameterValue.AddressNotFound | Unable to find the address. |
LimitExceeded.AccountReturnQuota | Ran out of the quota for returning under this account. |
UnsupportedOperation.AddressStatusNotPermit | This operation is not supported by the IP address status. |
Was this page helpful?