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

# PFAccountManagementServerUnlinkNintendoSwitchDeviceIdAsync

> 지정된 PlayFab 플레이어 계정에서 Nintendo Switch 디바이스 식별자의 연결을 해제하여 해당 디바이스가 더 이상 그 플레이어로 로그인할 수 없도록 하는 서버 API입니다.

관련된 NintendoSwitchDeviceId를 사용자의 PlayFab 계정에서 연결 해제합니다.

## 구문

```cpp theme={null}
HRESULT PFAccountManagementServerUnlinkNintendoSwitchDeviceIdAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest* request,  
    XAsyncBlock* async  
)  
```

### 매개 변수

**`titleEntityHandle`**   PFEntityHandle

PFAuthenticationGetEntityWithSecretKeyAsync를 사용하여 얻은 타이틀 Entity의 PFEntityHandle입니다.

**`request`**   [PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinknintendoswitchdeviceidrequest)

채워진 요청 객체입니다.

**`async`**   XAsyncBlock\*<br />*Inout*

비동기 작업을 위한 XAsyncBlock입니다.

### 반환 값

형식: HRESULT

이 API 작업의 결과 코드입니다.

## 설명

이 API는 Win32, Linux 및 macOS에서 사용할 수 있습니다. ServerLinkNintendoSwitchDeviceIdAsync도 참조하세요. XAsyncGetStatus를 호출하여 작업의 상태를 가져옵니다. 서비스 호출이 실패하면 비동기 결과는 E\_PF\_ACCOUNT\_NOT\_LINKED, E\_PF\_NINTENDO\_SWITCH\_DEVICE\_ID\_NOT\_LINKED 또는 전역 PlayFab 서비스 오류 중 하나가 됩니다. 오류 처리에 대한 자세한 내용은 “Handling PlayFab Errors” 문서 페이지를 참조하세요.

## 요구 사항

**헤더:** PFAccountManagement.h

## 참고 항목

[PFAccountManagement 멤버](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinknintendoswitchdeviceidasync.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinknintendoswitchdeviceidasync.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementClientLinkNintendoSwitchDeviceIdAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinknintendoswitchdeviceidasync.md)
