DELETE /vAppTemplate/{id}

Operation:
DELETE /vAppTemplate/{id}
Description:
Delete a vApp template.
Since:
0.9
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
TaskType

This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
TaskType
Examples
Request
HTTP 1.1
DELETE /api/vAppTemplate/vappTemplate-f5502ef4-c711-4ff3-b882-ce3a261f4535

Headers:
x-vcloud-authorization: oZErT5LcKYSuwfFzYAGIhldhoR9agQL2CvOz+3HNvDI=

Body:
Response
HTTP/1.1 202 Accepted

Headers:
Content-Length: 1399
Content-Type: application/vnd.vmware.vcloud.task+xml;version=5.5
Location: https://vcloud.example.com/api/task/81df7610-b7dd-4243-bd17-a969a23114c6
Vary: Accept-Encoding

Body:
<?xml version="1.0" encoding="UTF-8"?><Task
    xmlns="http://www.vmware.com/vcloud/v1.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    cancelRequested="false"
    expiryTime="2013-05-15T13:19:24.003+03:00"
    href="https://vcloud.example.com/api/task/81df7610-b7dd-4243-bd17-a969a23114c6"
    id="urn:vcloud:task:81df7610-b7dd-4243-bd17-a969a23114c6"
    name="task"
    operation="Deleting Library Item New vApp templ name.(f70bac3e-78f8-4f23-8451-f4a7df849696)"
    operationName="libraryDeleteBacking"
    serviceNamespace="com.vmware.vcloud"
    startTime="2013-02-14T13:19:24.003+02:00"
    status="running"
    type="application/vnd.vmware.vcloud.task+xml"
    xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://https://vcloud.example.com/api/v1.5/schema/master.xsd">
    <Link
        href="https://vcloud.example.com/api/task/81df7610-b7dd-4243-bd17-a969a23114c6/action/cancel"
        rel="task:cancel"/>
    <Owner
        href="https://vcloud.example.com/api/catalogItem/f70bac3e-78f8-4f23-8451-f4a7df849696"
        name="New vApp templ name."
        type="application/vnd.vmware.vcloud.catalogItem+xml"/>
    <User
        href="https://vcloud.example.com/api/admin/user/1260efee-6915-494c-8afa-84e7e6d8a310"
        name="system"
        type="application/vnd.vmware.admin.user+xml"/>
    <Organization
        href="https://vcloud.example.com/api/org/7b832bc5-3d65-45a2-8d35-da28388ab80a"
        name="Default"
        type="application/vnd.vmware.vcloud.org+xml"/>
    <Progress>1</Progress>
    <Details/>
</Task>