Delete vCloud Organization Network
To delete an organization network, use the following request:
1
2
| DELETE /org_networks/:id.xml
DELETE /org_networks/:id.xml
|
XML Request Example
1
| curl -i -X DELETE -u user:userpass --url http://onapp.test/org_networks/12.xml -H 'Accept: application/xml' -H 'Content-type: application/xml'
|
JSON Request Example
1
| curl -i -X DELETE -u user:userpass --url http://onapp.test/org_networks/12.json -H 'Accept: application/json' -H 'Content-type: application/json'
|