Delete vApp Template
To delete a vApp template, use the following request:
1
2
| DELETE /catalogs/:id/vapp_templates/:id.xml
DELETE /catalogs/:id/vapp_templates/:id.xml
|
XML Request Example
1
| curl -i -X DELETE -u user:userpass -H 'Accept: application/xml' -H 'Content-Type: application/xml' http://onapp.test/catalogs/1/vapp_templates/12.xml
|
JSON Request Example
1
| curl -i -X DELETE -u user:userpass -H 'Accept: application/json' -H 'Content-Type: application/json' http://onapp.test/catalogs/1/vapp_templates/12.json
|