Future<bool> deleteParam(String key) async => (await _callRpc('deleteParam', [nodeName, key])) == StatusCode.SUCCESS;