/api/operator/clear
Use this interface to clear operation logs.
Prototype
| Protocol |
HTTP/HTTPS POST |
| URL |
ip[:port]/api/operator/clear |
| Content-Type |
Response: Content-Type: application/json |
Request Cookies
| Parameter |
Description |
| mwcloud-sid |
A string that is used to identify current logged-in user. |
| mwcloud-uid |
Current logged-in username. |
Request URL parameters
Request Example
POST /api/operator/clear HTTP/1.1
Accept: application/json, text/plain, */*
Cookie: mwcloud-sid=OCXWUMGEYPGIAWWOETYXPNMVHDZIAZJP; mwcloud-uid=Admin;
Response Parameters
| Parameter |
Description |
| Content-Type |
Value: 'application/json; charset=UTF-8' |
Response Body
Response Example
{
"result": 0,
}