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

Delete Marker By ID

Description

Delete marker by marker id and image id.

Request

Request

URL

URL


delete
https://cloud.vmwarehorizon.com/imagemgmt/v1/images/{imageId}/markers/{markerId}
Copy

Path Parameters

Path Parameters

string
imageId Required

imageId


string
markerId Required

markerId


Query Parameters

Query Parameters

string
org_id Optional

org_id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK

Successfully deleted marker


204 No Content

No Content

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Unable to find marker for given imageId and markerId


ErrorResponse
409

Conflict Error while deleting marker - Template in admin is using this marker.


ErrorResponse
412

Deletion is not allowed - current status is not allowed for deletion


ErrorResponse
500

Failed to delete marker from DB

Code Samples

Code Samples

cURL Command

curl -X DELETE https://cloud.vmwarehorizon.com/imagemgmt/v1/images/{imageId}/markers/{markerId}


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

Was this page helpful?