Skip to main content

Delete Cloud Config Subclient

Select

SaaS
Customer Managed

Delete Cloud Config Subclient.

Path Parameters
  • subclientId string required

    Id of an cloud config subclient

Responses

OK


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/cloud/cloudconfig/subclient/:subclientid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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