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

Delete App Version

Description

Deletes an existing application version, belonging to the specified org. If org is not provided, it will use the org from the authentication context.

Request

Request

URL

URL


delete
https://cloud.vmwarehorizon.com/av-appies/v1/app-versions/{appVersionId}
Copy

Path Parameters

Path Parameters

string
appVersionId Required

App Version Id

appVersionId example
"e7421121-d052-4fd9-861f-7ce57246134e"

Query Parameters

Query Parameters

boolean
force_delete Optional

If true, deletes despite potential clean-up errors

force_delete example
true

string
org_id Optional

Organization ID: non-super users can only access their own organization

org_id example
"5c2409df-a307-4a04-b558-fb0693d42890"

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

204 No Content

No Content

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found

Code Samples

Code Samples

cURL Command

curl -X DELETE https://cloud.vmwarehorizon.com/av-appies/v1/app-versions/e7421121-d052-4fd9-861f-7ce57246134e


Feedback

Was this page helpful?