Delete DynamoDB table group
Select
SaaS
Customer Managed
This operation will delete the DynamoDB table group using Subclient ID.
Path Parameters
- Subclient_id string required
ID of subclient
Responses
- 200
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": 196,
"clientId": 19,
"instanceName": "DynamoDB",
"appName": "Cloud Apps",
"clientName": "cloud_acc_name",
"subclientName": "api-test-subclient",
"backupsetName": "defaultBackupSet",
"_type_": 0
}
}
]
}
Loading...