cancel-export-presentation
Use the interface to cancel the presentation exporting task.
Request Mode
POST http://ip/mwapi/cancel-export-presentation
Response Body
JSON structure is as follows:
{
"status":0,
"message":"SUCCESS"
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
message | The status description |