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

# PFAccountManagementUnlinkTwitchAccountRequest

> PFAccountManagementUnlinkTwitchAccountRequest データ モデル。

PFAccountManagementUnlinkTwitchAccountRequest データ モデル。

## 構文

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

### メンバー

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

(省略可) Twitch によって発行された有効なトークン。プロフィールからリンクを解除する Twitch アカウントを指定するために使用されます。既定では、プロフィールに存在するトークンが使用されます。

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

- [PFAccountManagementClientUnlinkTwitchAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinktwitchasync.md)
- [PFAccountManagementLinkTwitchAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinktwitchaccountrequest.md)
- [PFAccountManagementServerUnlinkPSNAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinkpsnaccountrequest.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)
