Deletes a backup set.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes RemoveBackupsSet

Required parameter. Value: RemoveBackupsSet.

BackupId String Yes ba30d5c4-a6dc-11ea-bd40-**************

The ID of the backup set. You can call the DescribeBackupSets interface to query the ID of a backup set.

DrdsInstanceId String Yes drds************

The ID of the DRDS instance.

Response parameters

Parameter Type Example Description
RequestId String 70FED5BE-4DDC-4556-AD35-5A6D27******

The ID of the request.

Result String success

Indicates whether SQL audit was disabled for the DRDS database.

Success Boolean True

Indicates whether the request was successful.

Examples

Sample requests

http(s)://drds.aliyuncs.com/? Action=RemoveBackupsSet
&BackupId=ba30d5c4-a6dc-11ea-bd40-**************
&DrdsInstanceId=drds************
&<Common request parameters>

Sample success responses

XML format

<RequestId>70FED5BE-4DDC-4556-AD35-5A6D27******</RequestId>
<Success>true</Success>
<Result>success</Result>

JSON format

{
    "RequestId": "70FED5BE-4DDC-4556-AD35-5A6D27******",
    "Success": true,
    "Result": "success"
}

Error codes

For a list of error codes, visit the API Error Center.