void JsonApiHandlerWS::processDelParam(const Params &jsonReq, const string &client_id)
{
    sendJson("del_param", buildJsonDelParam(jsonReq), client_id);
}
void JsonApiHandlerHttp::processDelParam()
{
    sendJson(buildJsonDelParam(jsonParam));
}