Cancel presentation import task
1. API Description
This API is used to cancel presentation import task.
Request mode:
- V2.6.0 and above: POST [ip]/mwapi/V2.0/presentation/cancel-import-presentation
- V2.5.0 and below: POST [ip]/mwapi/cancel-import-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 import 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.