To delete a resource pool data store, use the following request:
1 2
DELETE /vdcs/:resource_pool_id/data_stores/:data_store_id.xml DELETE /vdcs/:resource_pool_id/data_stores/:data_store_id.json
XML Request Example
1
curl -i -X DELETE -u user:userpass --url http://onapp.test/vdcs/12/data_stores/1.xml
JSON Request Example
curl -i -X DELETE -u user:userpass --url http://onapp.test/vdcs/12/data_stores/1.json