cancel-import-source-task
Use the interface to cancel the PDF importing task.
Request Mode
POST http://ip/mwapi/cancel-import-source-task
Parameter | Description |
---|---|
fileName | The file name |
md5 | The MD5 value of the source file |
sourceType | The source type |
Response Body
JSON structure is as follows:
{
"message":"success",
"result":0
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
info | The source entity |