Deletes a DRDS database.

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

Name Type Required Example Description
Action String Yes RemoveDrdsDb

Required parameter. Value: RemoveDrdsDb.

DbName String Yes test

The name of the database you want to back up.

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

The ID of the DRDS instance to which the destination database belongs.

Response parameters

Parameter Type Example Description
RequestId String B12FC174-D5CE-4A6E-83C1-0F8F86******

The ID of the request.

Success Boolean True

Indicates whether the request was successful.

Examples

Sample requests

http(s)://drds.aliyuncs.com/? Action=RemoveDrdsDb
&DbName=test
&DrdsInstanceId=drds************
&<Common request parameters>

Sample success responses

XML format

<RequestId>B12FC174-D5CE-4A6E-83C1-0F8F86******</RequestId>
<Success>true</Success>

JSON format

{
        "RequestId": "B12FC174-D5CE-4A6E-83C1-0F8F86******",
        "Success": true
}

Error codes

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