clear-logs
Use this interface to clear all system logs with administrator rights.
HTTP Request
GET http://ip/usapi?method=clear-logs
Parameter | Description |
---|---|
method | clear-logs |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |