Releases a change tracking instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteSubscriptionInstance |
The operation that you want to perform. Set the value to DeleteSubscriptionInstance. |
SubscriptionInstanceId | String | Yes | dtsmxg11pfp231**** |
The ID of the change tracking instance. You can call the DescribeSubscriptionInstances operation to query the instance ID. |
RegionId | String | No | cn-hangzhou |
The ID of the region where the change tracking instance resides. For more information, see List of supported regions. |
AccountId | String | No | 12323344**** |
The ID of the Alibaba Cloud account. You do not need to specify this parameter because this parameter will be removed in the future. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
ErrCode | String | InternalError |
The error code returned if the call failed. |
ErrMessage | String | The request processing has failed due to some unknown error. |
The error message returned if the call failed. |
RequestId | String | C306C198-7807-409D-930A-D6CE6C32**** |
The ID of the request. |
Success | String | true |
Indicates whether the call was successful. |
Examples
Sample requests
http(s)://dts.aliyuncs.com/?Action=DeleteSubscriptionInstance
&SubscriptionInstanceId=dtsmxg11pfp231****
&<Common request parameters>
Sample responses
XML
format
<DeleteSubscriptionInstanceResponse>
<RequestId>C306C198-7807-409D-930A-D6CE6C32****</RequestId>
<Success>true</Success>
</DeleteSubscriptionInstanceResponse>
JSON
format
{
"RequestId": "C306C198-7807-409D-930A-D6CE6C32****",
"Success": true
}
Error codes
For a list of error codes, visit the API Error Center.