Stop Data Comparison Task
Stop the specified data comparison task.
Request URL: /openapi/v1/comparedata/stop
Request Method: POST
Before You Call
taskId can be obtained from data in the successful response of Create Data Comparison Task, or confirmed through data.id returned by Query Data Comparison Main Task Details.
Request Body
{
"taskId": "cd-tepmjmnj6o"
}
Request Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| taskId | String | Yes | ID of the comparison task to stop. | cd-tepmjmnj6o |
Response Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| success | Boolean | Whether the request is successful. | true |
| requestId | String | Request ID, which can be used for troubleshooting and tracing. | Bi6n4OVJ-FLLMjGBnGGNh9RSdHJx3HJT |
Successful Invocation Example
{
"success": true,
"requestId": "Bi6n4OVJ-FLLMjGBnGGNh9RSdHJx3HJT"
}