Detach Network Interface
GET {{aws_ec2_base_url}}/?AttachmentId&DryRun&Force&Action=DetachNetworkInterface
Detaches a network interface from an instance.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AttachmentId | null | The ID of the attachment. | |
DryRun | null | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
Force | null | Specifies whether to force a detachment. | |
Action | string |