Skip to main content

DeleteHypervisor

delete an existing vm group

Path Parameters
  • hypervisorId int32 required

    Id of the Hypervisor to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/hypervisor/:hypervisorid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
hypervisorId — path required
curl -L -X DELETE 'https://localhost/webconsole/api/V4/Hypervisor/:hypervisorId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'