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

PFAccountManagementUnlinkTwitchAccountRequest data model.

## Syntax

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

### Members

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

(Optional) Valid token issued by Twitch. Used to specify which twitch account to unlink from the profile. By default it uses the one that is present on the profile.

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/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

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientUnlinkTwitchAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinktwitchasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkTwitchAccountRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinktwitchaccountrequest.md)
- [PFAccountManagementClientLinkTwitchAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinktwitchasync.md)
- [PFAccountManagementUnlinkGoogleAccountRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkgoogleaccountrequest.md)
