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

# PFAuthenticationDeleteRequest

> PFAuthenticationDeleteRequest data model. Delete a game_server entity. The caller can be the game_server entity attempting to delete itself.

PFAuthenticationDeleteRequest data model. Delete a game\_server entity. The caller can be the game\_server entity attempting to delete itself. Or a title entity attempting to delete game\_server entities for this title.

## Syntax

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

### Members

**`customTags`**   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 const\*

The game\_server entity to be removed.

## Requirements

**Header:** PFAuthenticationTypes.h

## See also

[PFAuthenticationTypes members](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationDeleteAsync](/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationdeleteasync.md)
- [Services C API overview - PFAuthenticationTypes.h](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFDataDeleteFilesAsync](/services/playfab/api-references/c/pfdata/functions/pfdatadeletefilesasync.md)
- [PFCatalogDeleteItemAsync](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogdeleteitemasync.md)
- [PFGroupsDeleteGroupAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeletegroupasync.md)
