Unassigns one or more IPv6 addresses from an Elastic Network Interface (ENI).
Operation description
Operation description
When you invoke this operation, take note of the following items:
The Elastic Network Interface (ENI) must be in the Active or InUse state.
If you are operating on a primary network interface controller (NIC), the ECS instance to which the NIC is attached must be in the Running or Stopped state.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:UnassignIpv6Addresses |
delete |
*NetworkInterface
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the network interface controller (NIC). You can invoke DescribeRegions to query the most recent region list. |
cn-hangzhou |
| RegionId |
string |
Yes |
The region ID of the network interface controller (NIC). You can invoke DescribeRegions to query the most recent region list. |
cn-hangzhou |
| NetworkInterfaceId |
string |
Yes |
The ID of the network interface controller (NIC). |
eni-bp14v2sdd3v8ht**** |
| Ipv6Address |
array |
No |
One or more IPv6 addresses to unassign. Valid values of N: 1 to 10. |
2001:db8:1234:1a00::*** |
|
string |
No |
One or more IPv6 addresses to unassign. Valid values of N: 1 to 10. Note
|
2001:db8:1234:1a00::*** |
|
| Ipv6Prefix |
array |
No |
One or more IPv6 prefixes to unassign. Valid values of N: 1 to 10. |
|
|
string |
No |
One or more IPv6 prefixes to unassign. Valid values of N: 1 to 10. Note
|
2001:db8:1234:1a00:****::/80 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | UnsupportedParameter | %s | The parameter is not supported. |
| 400 | InvalidParameter | %s | The specified parameter is invalid. |
| 400 | InvalidInstanceID.Malformed | %s | The specified InstanceId parameter is invalid. |
| 400 | MissingParameter | %s | A parameter is not specified. |
| 400 | InvalidOperation.InvalidEcsState | %s | |
| 400 | InvalidOperation.InvalidEniState | %s | |
| 400 | InvalidEniId.Malformed | The specified parameter "EniId" is not valid. | |
| 400 | InvalidParameter.Conflict | %s | The specified parameter is invalid. Check whether parameter conflicts exist. %s is a variable. An error message is dynamically returned based on call conditions. |
| 500 | InvalidOperation.RegionNotSupportIpPrefix | The current region does not support ip prefix. | You cannot assign IP address prefixes in this region. |
| 403 | InvalidUserType.NotSupported | %s | Your account does not support this operation. |
| 403 | Abs.InvalidAccount.NotFound | %s | Your Alibaba Cloud account does not exist or your AccessKey pair has expired. |
| 403 | MissingParameter | %s | |
| 403 | Forbedden.NotSupportRAM | %s | RAM users are not authorized to perform this operation. |
| 403 | Forbbiden.SubUser | %s | You are not authorized to manage this resource. Contact the owner of the Alibaba Cloud account for authorization. |
| 403 | InvalidOperation.InvalidEniType | %s | |
| 403 | InvalidIp.IpUnassigned | %s | The specified IP address is not assigned. |
| 403 | InvalidIp.IpRepeated | %s | The specified IP address already exists. |
| 403 | InvalidIp.Address | %s | The IP entered is not in the correct format or is not in the optional CIDR range. |
| 403 | Forbidden.RegionId | %s | |
| 403 | InvalidOperation.EniServiceManaged | %s | The operation is invalid. |
| 403 | InvalidIp.IpPrefixIllegal | The ip prefixes %s is/are illegal. | The IP address prefix is invalid and is not in the CIDR format. |
| 403 | InvalidIp.IpPrefixMaskInvalid | The ip prefixes mask %s is illegal which must be between %s and %s. | The IP address prefix mask is invalid and is not within the valid range. |
| 403 | InvalidIp.IpPrefixMaskNotSame | The ip prefixes %s are illegal which mask must be same. | The IP address prefix masks are not the same. |
| 403 | InvalidIp.IpPrefixNotStrict | The ip prefix must be strict cidr format. | The IP address prefix is invalid and is not in the CIDR format. |
| 404 | InvalidEniId.NotFound | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.