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

Unset Marker

Description

Unsets Marker for 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}/markers/{markerId}
Copy

Path Parameters

Path Parameters

string
appVersionId Required

App Version Id

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

string
markerId Required

This can be either CURRENT or LATEST

markerId example
"CURRENT"

Query Parameters

Query Parameters

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/markers/CURRENT


Feedback

Was this page helpful?