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

Delete Virtual Machine By ID

Description

Delete an individual template virtual machine by its id/name.

Request

Request

URL

URL


delete
https://cloud.vmwarehorizon.com/admin/v2/templates/{templateId}/vms/{vmId}
Copy

Path Parameters

Path Parameters

string
templateId Required

ID of template containing the VM


string
vmId Required

ID of the virtual machine


Query Parameters

Query Parameters

boolean
ignore_warnings Optional

If true, errors classified as warnings will be ignored


string
org_id Optional

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


string
page Optional

Page number to retrieve.


string
size Optional

Size of each page.


array of string
sort Optional

Ascending/Descending. Format is property,{asc|desc} and default is ascending.

Parameter Serialization Style: form Explode:true

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

Successfully accepted VirtualMachine action


204 No Content

No Content

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found


ErrorResponse
500

Unexpected internal server error

Code Samples

Code Samples

cURL Command

curl -X DELETE https://cloud.vmwarehorizon.com/admin/v2/templates/{templateId}/vms/{vmId}


Feedback

Was this page helpful?