Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/directconnect/delete-virtual-interface.rst
1567 views
**To delete a virtual interface**

The following ``delete-virtual-interface`` command deletes the specified virtual interface::

  aws directconnect delete-virtual-interface --virtual-interface-id dxvif-ffhhk74f

Output::

  {
      "virtualInterfaceState": "deleting"
  }