Ниже приведен пример HTTP-запроса на удаление обобщенной статистики:
| POST /api/v3.0/clearstatistics HTTP/1.0 Content-Type: application/octet-stream Content-Length: 2 
 {} | 
Ниже приведен пример ответа на запрос:
| 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" } |