Purges a table from the recycle bin.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:RemoveRecycleBinTable |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds************ |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
| TableName |
string |
No |
The name of the DRDS logical table. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
boolean |
Indicates whether the table was purged from the recycle bin. |
true |
| RequestId |
string |
The request ID. |
A3140FC7-B78B-4D8E-B0C8-926D28****** |
| Success |
boolean |
The result of the request. |
true |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "A3140FC7-B78B-4D8E-B0C8-926D28******",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.