Skip to main content

Delete Schema Comparison Task

Delete a specified schema comparison task.

Request URL: /openapi/v1/compareschema/delete

Request Method: POST

Before You Call

taskId can be obtained from data.taskId in the successful response of Create Schema Comparison Task, or from data.schemaComparisons[].taskId returned by List Schema Comparison Tasks.

Request Body

{
"taskId": "cc-th6j3fs58y"
}

Request Parameters

ParameterTypeRequiredDescriptionExample
taskIdStringYesSchema comparison task ID to delete.cc-th6j3fs58y

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request is successful.true
requestIdStringRequest ID, which can be used for troubleshooting and tracing.Jj0v4QET-FLMGdDEnHLLd5SRdGMt9ZEN
messageStringError message returned when the request fails.task not found

Successful Invocation Example

{
"success": true,
"requestId": "Jj0v4QET-FLMGdDEnHLLd5SRdGMt9ZEN"
}