Delete database group
Select
SaaS
Customer Managed
This operation is used to delete the database group.
Path Parameters
- subclientId integer required
Id of the subclient
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
subclientId integerclientId integerinstanceName stringappName stringclientName stringsubclientName stringbackupsetName string_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"appName": "string",
"clientName": "string",
"subclientName": "string",
"backupsetName": "string",
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"subclientId": 178,
"clientId": 29,
"clientName": "GCPtest-1285-cu7",
"instanceName": "mysql8[us-central1]",
"appName": "MySQL",
"subclientName": "sub3",
"backupsetName": "defaultDummyBackupSet",
"_type_": 0
}
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to get any subclient for given association. Check if it is valid",
"errorCode": 4
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to delete Subclient. Jobs are still running.",
"errorCode": 1
}
Loading...