Stop Data Comparison Task
Stops the specified data comparison task.
Request URL: /openapi/v1/comparedata/stop
Request Method: GET
Request Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| taskId | String | Yes | Task ID. | cd-std5nms37o |
Request Example
/openapi/v1/comparedata/stop?taskId=cd-std5nms37o
Response Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| success | Boolean | Whether the request succeeds. | true |
| requestId | String | Request ID. | Ng3m0OFN-bhhfbWJnhbhg5ZLdajv3VIP |
Invocation Example
{
"success": true,
"requestId": "Ng3m0OFN-bhhfbWJnhbhg5ZLdajv3VIP"
}