Delete vApp

To delete a vApp, use the following request:

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

XML Request Example

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

JSON Request Example

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