[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Delete App Inventory

Description

Delete all applications by image id and version id.

Request

Request

URL

URL


delete
https://cloud.vmwarehorizon.com/imagemgmt/v1/appinventory/images/{imageId}/versions/{versionId}
Copy

Path Parameters

Path Parameters

string
imageId Required

imageId


string
versionId Required

versionId


Query Parameters

Query Parameters

boolean
delete_template Optional

delete_template


string
org_id Optional

org_id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK

OK


202 Accepted

Request to delete application inventory is accepted

Errors

Errors

ErrorResponse
400

Bad Request - Unsupported Provider Type


ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Requested application inventory resource does not exist

Code Samples

Code Samples

cURL Command

curl -X DELETE https://cloud.vmwarehorizon.com/imagemgmt/v1/appinventory/images/{imageId}/versions/{versionId}


[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Feedback

Was this page helpful?