> ## 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 データ モデル。game_server エンティティを削除します。呼び出し元は、自分自身を削除しようとしている game_server エンティティのいずれかである必要があります。

PFAuthenticationDeleteRequest データ モデル。game\_server エンティティを削除します。呼び出し元は、自分自身を削除しようとしている game\_server エンティティか、このタイトルの game\_server エンティティを削除しようとしているタイトル エンティティのいずれかである必要があります。

## 構文

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

### メンバー

**`customTags`**   PFStringDictionaryEntry const\*<br />*may be nullptr*

(オプション) リクエストに関連付けるオプションのカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

**`entity`**   PFEntityKey const\*

削除する game\_server エンティティ。

## 要件

**ヘッダー:** PFAuthenticationTypes.h

## 関連項目

[PFAuthenticationTypes のメンバー](/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members)


## Related topics

- [PFAuthenticationDeleteAsync](/ja-jp/services/playfab/api-references/c/pfauthentication/functions/pfauthenticationdeleteasync.md)
- [Services C API overview - PFAuthenticationTypes.h](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/pfauthenticationtypes_members.md)
- [PFAccountManagementServerDeletePlayerAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverdeleteplayerasync.md)
- [PFCatalogDeleteItemRequest](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogdeleteitemrequest.md)
- [PFStatisticsDeleteStatisticsRequest](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsrequest.md)
