Remove Data Store Join from Compute Resource

To remove a data store join from a compute resource, use the following request:

DELETE /settings/hypervisors/:hypervisor_id/data_store_joins/:id.xml
DELETE /settings/hypervisors/:hypervisor_id/data_store_joins/:id.json

XML Request Example

curl -i -X DELETE http://onapp.test/settings/hypervisors/13/data_store_joins/365.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/13/data_store_joins/365.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 compute resource with the ID specified is not found, or the URL requested is incorrect.