The following example shows an HTTP request to clear accumulated statistics:
POST /api/v3.0/clearstatistics HTTP/1.0 Content-Type: application/octet-stream Content-Length: 2
{} |
The following example shows the corresponding response:
HTTP/1.0 200 OK Connection: close Content-Type: text/plain Server: KAVHTTPD/1.0 X-KAV-ProtocolVersion: 3 Date: Wed, 30 Jan 2019 19:09:27 GMT Content-Length: 27
{ "error": "CLEARED" } |