Delete Oracle subclient
Select
SaaS
Customer Managed
This operation is used to delete subclient
Path Parameters
- subclientId integer required
Subclient Id of the subclient whose properties need to be read
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
Details about subclient deleted
subclientId integerclientId integerinstanceName stringappName stringclientName stringsubclientName stringbackupsetName string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"appName": "string",
"clientName": "string",
"subclientName": "string",
"backupsetName": "string"
}
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Not found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "No client/instance is specified",
"errorCode": 4
}
Loading...