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

# PFAccountManagementUnlinkAndroidDeviceIDRequest

> PFAccountManagementUnlinkAndroidDeviceIDRequest 데이터 모델입니다.

PFAccountManagementUnlinkAndroidDeviceIDRequest 데이터 모델입니다.

## 구문

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

### 멤버

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

(선택 사항) 사용자 디바이스의 Android 디바이스 식별자입니다. 지정하지 않으면 가장 최근에 로그인한 Android 디바이스 ID가 사용됩니다.

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

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

**`customTagsCount`**   uint32\_t

customTags의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientUnlinkAndroidDeviceIDAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkandroiddeviceidasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementUnlinkIOSDeviceIDRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkiosdeviceidrequest.md)
- [PFAccountManagementLinkAndroidDeviceIDRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkandroiddeviceidrequest.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoswitchdeviceidrequest.md)
