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

# PFAccountManagementClientUnlinkXboxAccountRequest

> PFAccountManagementClientUnlinkXboxAccountRequest データ モデル。

PFAccountManagementClientUnlinkXboxAccountRequest データ モデル。

## 構文

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

### メンバー

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

(省略可) リクエストに関連付けられた任意のカスタム タグ (例: ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

## 要件

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

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientUnlinkXboxAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkxboxaccountasync.md)
- [PFAccountManagementClientUnlinkPSNAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinkpsnaccountrequest.md)
- [PFAccountManagementClientUnlinkNintendoServiceAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoserviceaccountrequest.md)
- [PFAccountManagementClientUnlinkPSNAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkpsnaccountasync.md)
- [PFAccountManagementClientUnlinkSteamAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinksteamaccountasync.md)
