Cancel presentation export task
1. API Description
This API is used to cancel a presentation task.
Request mode:
- V2.6.0 and above: POST [ip]/mwapi/V2.0/presentation/cancel-export-presentation
 - V2.5.0 and below: POST [ip]/mwapi/cancel-export-presentation
 
| Administrator Rights | Logged-in | 
|---|---|
| No | Yes | 
2. Input Parameters
None
3. Output Parameters
| Name | Type | Description | 
|---|---|---|
| status | Int | Status code | 
| message | String | Status description | 
4. Example
Cancelling the presentation export task.
Input Example
None
Output Example
{
    "status":0,
    "message":"SUCCESS"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.