Calls the RemoveBackupsSet operation to delete a backup set.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:RemoveBackupsSet |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drds************ |
| BackupId |
string |
Yes |
The ID of the backup set. You can call the DescribeBackupSets operation to query the backup set ID. |
ba30d5c4-a6dc-11ea-bd40-************ |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
70FED5BE-4DDC-4556-AD35-5A6D27****** |
| Result |
string |
The returned result. |
success |
| Success |
boolean |
Indicates whether the API request was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "70FED5BE-4DDC-4556-AD35-5A6D27******",
"Result": "success",
"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.