> ## 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

> Reference for the PFStatisticsDeleteStatisticsRequest struct in the PlayFab Services C API, describing the entity and statistics to remove.

PFStatisticsDeleteStatisticsRequest data model.

## Syntax

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

### Members

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

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

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

(Optional) The optional entity to perform this action on. Defaults to the currently logged in entity.

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

Collection of statistics to remove from this entity.

**`statisticsCount`**   uint32\_t

Count of statistics

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsDeleteStatisticsAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsasync.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticDelete](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdelete.md)
- [PFStatisticsDeleteStatisticDefinitionRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticdefinitionrequest.md)
- [PFStatisticsDeleteStatisticDefinitionAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticdefinitionasync.md)
