Skip to main content

Delete a Virtual Machine

Select

SaaS
Customer Managed

Used to delete a virtual machine

Path Parameters
  • vmUUID string required

    The vmUUID can be obtained from GET /virtualMachines UUID property

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/virtualmachines/:vmuuid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmUUID — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'