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

# PFStatisticsDeleteStatisticsResponse

> Reference for the PFStatisticsDeleteStatisticsResponse struct in the PlayFab Services C API, returning the entity key after statistics are deleted.

PFStatisticsDeleteStatisticsResponse data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsDeleteStatisticsResponse {  
    PFEntityKey const* entity;  
} PFStatisticsDeleteStatisticsResponse;  
```

### Members

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

(Optional) The entity id and type.

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsDeleteStatisticsGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsgetresult.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)
- [PFStatisticsDeleteStatisticsAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsasync.md)
- [PFStatisticsDeleteStatisticsRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsrequest.md)
