Skip to main content

Stop Data Comparison Task

Stops the specified data comparison task.

Request URL: /openapi/v1/comparedata/stop

Request Method: GET

Request Parameters

ParameterTypeRequiredDescriptionExample
taskIdStringYesTask ID.cd-std5nms37o

Request Example

/openapi/v1/comparedata/stop?taskId=cd-std5nms37o

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request succeeds.true
requestIdStringRequest ID.Ng3m0OFN-bhhfbWJnhbhg5ZLdajv3VIP

Invocation Example

{
"success": true,
"requestId": "Ng3m0OFN-bhhfbWJnhbhg5ZLdajv3VIP"
}