Unassign Private IP Addresses
GET {{aws_ec2_base_url}}/?NetworkInterfaceId&PrivateIpAddress.N&Action=UnassignPrivateIpAddresses
Unassigns one or more secondary private IP addresses from a network interface.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
NetworkInterfaceId | null | The ID of the network interface. | |
PrivateIpAddress.N | null | The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address. | |
Action | string |