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

# PFAccountManagementUnlinkCustomIDRequest

> PFAccountManagementUnlinkCustomIDRequest データ モデル。

PFAccountManagementUnlinkCustomIDRequest データ モデル。

## 構文

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

### メンバー

**`customId`**   const char\*<br />*is null-terminated*

(省略可) タイトルによって生成される、ユーザーのカスタム一意識別子。指定されていない場合、最後にサインインしたカスタム ID が使用されます。

**`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

- [PFAccountManagementClientUnlinkCustomIDAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkcustomidasync.md)
- [PFAccountManagementUnlinkServerCustomIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkservercustomidrequest.md)
- [PFAccountManagementClientUnlinkPSNAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinkpsnaccountrequest.md)
- [PFAccountManagementUnlinkSteamAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinksteamaccountrequest.md)
- [PFAccountManagementUnlinkFacebookAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkfacebookaccountrequest.md)
