Remove Network Join from Compute Resource
To remove a network join from a compute resource, use the following request:
DELETE /settings/hypervisors/:hypervisor_id/network_joins/:id.xml
DELETE /settings/hypervisors/:hypervisor_id/network_joins/:id.json
XML Request Example
curl -i -X DELETE http://onapp.test/settings/hypervisors/15/network_joins/53.xml -u account_email:API_key -H 'Accept: application/xml' -H 'Content-type: application/xml'
JSON Request Example
curl -i -X DELETE http://onapp.test/settings/hypervisors/15/network_joins/53/json -u account_email:API_key -H 'Accept: application/json' -H 'Content-type: application/json'
Returns HTTP 204 response on successful deletion or HTTP 404 when a resolver with the ID specified is not found, or the URL requested is incorrect.