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

# PFAccountManagementServerUnlinkXboxAccountAsync

> 服务器 API，用于从指定的 PlayFab 玩家账户中取消关联 XBOX Live 账户，移除该玩家使用 XBOX Live 登录的选项。

从用户的 PlayFab 账户中取消关联相关的 XBOX Live 账户

## 语法

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

### 参数

**`titleEntityHandle`**   PFEntityHandle

使用 PFAuthenticationGetEntityWithSecretKeyAsync 获得的标题实体的 PFEntityHandle。

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

已填充的请求对象。

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

用于异步操作的 XAsyncBlock。

### 返回值

类型：HRESULT

此 API 操作的结果代码。

## 备注

此 API 适用于 Win32、Linux 和 macOS。 另请参阅 ServerLinkXboxAccountAsync。 调用 XAsyncGetStatus 以获取操作的状态。 如果服务调用不成功，异步结果将是 E\_PF\_ACCOUNT\_NOT\_LINKED, E\_PF\_INVALID\_XBOX\_LIVE\_TOKEN 或任何全局 PlayFab 服务错误。 有关错误处理的详细信息，请参阅文档页面 "Handling PlayFab Errors"。

## 要求

**头文件：** PFAccountManagement.h

## 另请参阅

[PFAccountManagement 成员](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementServerUnlinkPSNAccountAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverunlinkpsnaccountasync.md)
- [PFAccountManagementServerUnlinkNintendoServiceAccountAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverunlinknintendoserviceaccountasync.md)
- [PFAccountManagementServerUnlinkXboxAccountRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverunlinkxboxaccountrequest.md)
- [PFAccountManagementServerUnlinkServerCustomIdAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverunlinkservercustomidasync.md)
- [PFAccountManagementServerLinkXboxAccountAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkxboxaccountasync.md)
