Domain name for API request: dcdb.tencentcloudapi.com.
This API is used to terminate a pay-as-you-go TDSQL instance.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DestroyHourDCDBInstance. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-11. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Instance ID in the format of tdsqlshard-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console. |
Parameter Name | Type | Description |
---|---|---|
FlowId | Integer | Async task ID, which can be used in the DescribeFlow API to query the async task result. |
InstanceId | String | Instance ID, which is the same as the request parameter InstanceId . |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to terminate a pay-as-you-go TDSQL instance.
https://dcdb.tencentcloudapi.com/?Action=DestroyHourDCDBInstance&InstanceId=tdsqlshard-avw0207d&<common request parameters>
{
"Response": {
"RequestId": "8c4fba95-01e4-61d9-4146-59fc5afdf962",
"FlowId": 100,
"InstanceId": "tdsqlshard-avw0207d"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure | CAM signature/authentication error |
FailedOperation.CreateFlowFailed | Failed to create the flow. |
FailedOperation.InstanceReturnFailed | Instance refund failed |
InternalError.OperateDatabaseFailed | Database operation failed. |
InvalidParameter | Parameter error. |
InvalidParameter.InstanceNotFound | Failed to find the requested instance. |
ResourceUnavailable.InstanceAlreadyDeleted | The database instance has been dropped. |
UnauthorizedOperation.PermissionDenied | You have no permission to manipulate this API or resource. |
문제 해결에 도움이 되었나요?