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

# PFAccountManagementUnlinkServerCustomIdRequest

> PFAccountManagementUnlinkServerCustomIdRequest 데이터 모델입니다.

PFAccountManagementUnlinkServerCustomIdRequest 데이터 모델입니다.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementUnlinkServerCustomIdRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* playFabId;  
    const char* serverCustomId;  
} PFAccountManagementUnlinkServerCustomIdRequest;  
```

### Members

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

(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

**`playFabId`**   const char\*<br />*null로 종료됨*

고유한 PlayFab 식별자입니다.

**`serverCustomId`**   const char\*<br />*null로 종료됨*

이 플레이어에 대한 고유한 서버 사용자 지정 식별자입니다.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementServerUnlinkServerCustomIdAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverunlinkservercustomidasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerUnlinkPSNAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinkpsnaccountrequest.md)
- [PFAccountManagementServerUnlinkNintendoServiceAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinknintendoserviceaccountrequest.md)
- [PFAccountManagementServerUnlinkXboxAccountRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinkxboxaccountrequest.md)
