Skip to main content

Delete Data Comparison Task

Delete the specified data comparison task.

Request URL: /openapi/v1/comparedata/delete

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

ParameterTypeRequiredDescriptionExample
taskIdStringYesID of the comparison task to delete.cd-tepmjmnj6o

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request is successful.true
requestIdStringRequest ID, which can be used for troubleshooting and tracing.Gr5o3LFM-ekklfZFnffmi6KSdgih9DIP

Successful Invocation Example

{
"success": true,
"requestId": "Gr5o3LFM-ekklfZFnffmi6KSdgih9DIP"
}