Deletes a database from a specified PolarDB cluster.
Before you call this operation, make sure that the specified cluster meets the following requirements:
- The specified cluster is in the Running state.
- The specified cluster is not locked.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | DeleteDatabase |
The operation that you want to perform. Set the value to DeleteDatabase. |
DBClusterId | String | Yes | pc-************* |
The ID of the PolarDB cluster. |
DBName | String | Yes | testdb |
The name of the database. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 2FED790E-FB61-4721-8C1C-07C627****** |
The ID of the request. |
Examples
Sample requests
http(s)://polardb.aliyuncs.com/? Action=DeleteDatabase
&DBClusterId=pc-*************
&DBName=testdb
&<Common request parameters>
Sample success responses
XML
format
<DeleteDatabaseResponse>
<RequestId>2FED790E-FB61-4721-8C1C-07C627******</RequestId>
</DeleteDatabaseResponse>
JSON
format
{
"RequestId": "2FED790E-FB61-4721-8C1C-07C627******"
}
Error codes
For a list of error codes, visit the API Error Center.