All Products
Search
Document Center

ApsaraDB for ClickHouse:DeleteSyndb

Last Updated:Mar 01, 2024

Deletes a database used for data synchronization.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DbClusterIdstringYes

The cluster ID.

cc-bp158i5wvj436****
SynDbstringYes

The name of the database in the ApsaraDB RDS for MySQL instance. The database is used for data synchronization.

database

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

2C7393F1-5FD1-5CEE-A2EA-270A2CF99693
Statusboolean

Indicates whether the database used for data synchronization was deleted. Valid values:

  • true
  • false
true
ErrorMsgstring
  • If the value true is returned for the Status parameter, the system does not return the ErrorMsg parameter.
  • If the value false is returned for the Status parameter, the system returns the deletion failure cause for the ErrorMsg parameter.
ClickHouse exception, code: 49, host: 100.100.xx.xx, port: 49670; Code: 49, e.displayText() = DB::Exception: Logical error: there is no global context (version 20.8.17.25)n
ErrorCodelong

The error code.

0

Examples

Sample success responses

JSONformat

{
  "RequestId": "2C7393F1-5FD1-5CEE-A2EA-270A2CF99693",
  "Status": true,
  "ErrorMsg": "ClickHouse exception, code: 49, host: 100.100.xx.xx, port: 49670; Code: 49, e.displayText() = DB::Exception: Logical error: there is no global context (version 20.8.17.25)n",
  "ErrorCode": 0
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.The DBClusterId provided does not exist in our records.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history