Delete Resource Pool

You can delete a resource pool that contains no vApps, Org Networks, or catalogs with templates.

To delete a resource pool, use the following request:

1
2
DELETE /vdcs/:id.xml
DELETE /vdcs/:id.json

XML Request Example

1
curl -i -X DELETE http://onapp.test/vdcs/:id.xml -u user:userpass

JSON Request Example

1
curl -i -X DELETE http://onapp.test/vdcs/:id.json -u user:userpass