To delete an orchestration model, use the following request:
1 2
DELETE /vcloud/templates/:template_id.xml DELETE /vcloud/templates/:template_id.json
XML Request Example
1
curl -i -X DELETE http://onapp.test/vcloud/templates/12.xml -u user:userpass
JSON Request Example
curl -i -X DELETE http://onapp.test/vcloud/templates/12.json -u user:userpass