Releases a data synchronization instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteSynchronizationJob |
The operation that you want to perform. Set the value to DeleteSynchronizationJob. |
SynchronizationJobId | String | Yes | dtshn6107ve264**** |
The ID of the data synchronization instance. You can call the DescribeSynchronizationJobs operation to query the instance ID. |
RegionId | String | No | cn-hangzhou |
The ID of the region where the data synchronization 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=DeleteSynchronizationJob
&SynchronizationJobId=dtshn6107ve264****
&<Common request parameters>
Sample responses
XML
format
<DeleteSynchronizationJobResponse>
<RequestId>C306C198-7807-409D-930A-D6CE6C32****</RequestId>
<Success>true</Success>
</DeleteSynchronizationJobResponse>
JSON
format
{
"RequestId": "C306C198-7807-409D-930A-D6CE6C32****",
"Success": true
}
Error codes
For a list of error codes, visit the API Error Center.