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

# PFStatisticsStatisticDelete

> Reference for the PFStatisticsStatisticDelete struct in the PlayFab Services C API, naming a statistic to remove in a DeleteStatistics request.

PFStatisticsStatisticDelete data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsStatisticDelete {  
    const char* name;  
} PFStatisticsStatisticDelete;  
```

### Members

**`name`**   const char\*<br />*is null-terminated*

Name of the statistic, as originally configured.

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsDeleteStatisticsRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsrequest.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsDeleteStatisticsAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsasync.md)
- [PFStatisticsDeleteStatisticsResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse.md)
- [PFStatisticsDeleteStatisticsGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsgetresult.md)
