Delete Cloud Config Subclient
Select
SaaS
Customer Managed
Delete Cloud Config Subclient.
Path Parameters
- subclientId string required
Id of an cloud config subclient
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorCode int32
entity object
subclientId int32Vmgroup id of the deleted vm group
subclientName stringVmgroup name of the deleted vm group
instanceName stringInstance name of the deleted vm group
appName stringAgent name of the deleted vm group
clientName stringclient name of the deleted vm group
backupsetName stringBackupset name of the deleted vm group
{
"errorCode": 0,
"entity": {
"subclientId": 0,
"subclientName": "string",
"instanceName": "string",
"appName": "string",
"clientName": "string",
"backupsetName": "string"
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...