Delete File Processing Task
This section explains how to cancel an import/export task by providing the task ID.
Request body:
{
"taskId": "xxxx010"
}
Response (Data Part):
{
"optResult": "success",
"taskId": "xxxx010"
}
Request:
Parameter
Type
Required
Description
taskId
STRING
YES
Task ID
Response (Data Part):
Paramet
Type
Description
optResult
STRING
Result
taskId
STRING
Task ID
Last updated