| Did this page help you? Yes No Tell us about it... |
Deletes the specified network interface.
| Name | Description | Required |
|---|---|---|
|
|
The ID of the network interface to delete. Type: string Default: None |
Yes |
| Name | Description |
|---|---|
|
|
The ID of the request to delete the network interface. Type: xsd:string |
|
|
Returns true if the request succeeds. Otherwise, returns an error. Type: xsd:boolean |
This example deletes an elastic network interface (ENI) eni-ffda3197.
https://ec2.amazonaws.com/?Action=DeleteNetworkInterface &NetworkInterfaceId=eni-ffda3197 &AUTHPARAMS
<DeleteNetworkInterfaceResponse xmlns='http://ec2.amazonaws.com/doc/2011-11-15/'>
<requestId>e1c6d73b-edaa-4e62-9909-6611404e1739</requestId>
<return>true</return>
</DeleteNetworkInterfaceResponse>