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

# PFAccountManagementClientUnlinkPSNAccountRequest

> Modelo de datos de PFAccountManagementClientUnlinkPSNAccountRequest.

Modelo de datos de PFAccountManagementClientUnlinkPSNAccountRequest.

## Sintaxis

```cpp theme={null}
typedef struct PFAccountManagementClientUnlinkPSNAccountRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
} PFAccountManagementClientUnlinkPSNAccountRequest;  
```

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

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

[Miembros de PFAccountManagementTypes](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientUnlinkPSNAccountAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkpsnaccountasync.md)
- [PFAccountManagementClientUnlinkXboxAccountRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinkxboxaccountrequest.md)
- [PFAccountManagementClientUnlinkNintendoServiceAccountRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoserviceaccountrequest.md)
- [PFAccountManagementClientUnlinkXboxAccountAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkxboxaccountasync.md)
- [PFAccountManagementClientUnlinkFacebookAccountAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkfacebookaccountasync.md)
