Skip to main content

DeleteVMGroup

Select

SaaS
Customer Managed

delete an existing vm group

Path Parameters
  • VmGroupId int32 required

    Id of the vmgroup to delete

Responses

Success


Schema
  • errorCode int32
  • entity object
  • subclientId int32

    Vmgroup id of the deleted vm group

  • subclientName string

    Vmgroup name of the deleted vm group

  • instanceName string

    Instance name of the deleted vm group

  • appName string

    Agent name of the deleted vm group

  • clientName string

    client name of the deleted vm group

  • backupsetName string

    Backupset name of the deleted vm group

DELETE /v4/vmgroup/:vmgroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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