> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFStatisticsDeleteStatisticsRequest

> PFStatisticsDeleteStatisticsRequest 数据模型。

PFStatisticsDeleteStatisticsRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFStatisticsDeleteStatisticsRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    PFStatisticsStatisticDelete const* statistics;  
    uint32_t statisticsCount;  
} PFStatisticsDeleteStatisticsRequest;  
```

### 成员

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

（可选）与请求关联的可选自定义标记（例如内部版本号、外部跟踪标识符等）。

**`customTagsCount`**   uint32\_t

customTags 的计数

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

（可选）要对其执行此操作的可选实体。默认为当前登录的实体。

**`statistics`**   [PFStatisticsStatisticDelete](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdelete) const\*

要从此实体中删除的统计信息的集合。

**`statisticsCount`**   uint32\_t

statistics 的计数

## 要求

**头文件：** PFStatisticsTypes.h

## 另请参阅

[PFStatisticsTypes 成员](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsDeleteStatisticsAsync](/zh-CN/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsasync.md)
- [服务 C API 概览 - PFStatisticsTypes.h](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsDeleteStatisticDefinitionRequest](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticdefinitionrequest.md)
- [PFStatisticsDeleteStatisticDefinitionAsync](/zh-CN/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticdefinitionasync.md)
- [PFStatisticsStatisticDelete](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdelete.md)
