clean-export-presentation-history
Use the interface to clean the presentation export history.
Request Mode
POST http://ip/mwapi/clean-export-presentation-history
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 |