Delete a Subclient By Name
Select
SaaS
Customer Managed
This operation deletes a subclient.
Path Parameters
- clientname string required
Name of the client
- appname string required
Name of the application
- backupsetname string required
Name of the backup set
- subclientname string required
Name of the subclient
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
Loading...