Delete vCloud Network Interface

To delete a network interface, use the following request:

1
2
DELETE /virtual_machines/:virtual_server_id/network_interfaces/:id.xml
DELETE /virtual_machines/:virtual_server_id/network_interfaces/:id.json

XML Request Example

1
curl -i -X DELETE http://onapp.test/virtual_machines/12/network_interfaces/2.xml -u user:userpass

JSON Request Example

1
curl -i -X DELETE http://onapp.test/virtual_machines/12/network_interfaces/2.json -u user:userpass