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

> Modelo de datos de PFStatisticsDeleteStatisticsRequest.

Modelo de datos de PFStatisticsDeleteStatisticsRequest.

## Sintaxis

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

### Miembros

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

(Opcional) Etiquetas personalizadas opcionales asociadas a la solicitud (por ejemplo, número de compilación, identificadores de seguimiento externos, etc.).

**`customTagsCount`**   uint32\_t

Recuento de customTags

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

(Opcional) Entidad opcional en la que se realizará esta acción. El valor predeterminado es la entidad que tiene la sesión iniciada actualmente.

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

Colección de estadísticas que se quitarán de esta entidad.

**`statisticsCount`**   uint32\_t

Recuento de statistics

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

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