[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Delete Marker By ID
DescriptionDelete marker by marker id and image id.
Request
URLURL
https://cloud.vmwarehorizon.com/imagemgmt/v1/images/{imageId}/markers/{markerId}
Path Parameters
Path Parameters
string
imageId
Required
imageId
string
markerId
Required
markerId
Query Parameters
Query Parameters
string
org_id
Optional
org_id
Authentication
This operation uses the following authentication methods.
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
cURL Command
curl -X DELETE https://cloud.vmwarehorizon.com/imagemgmt/v1/images/{imageId}/markers/{markerId}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen