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

# PFFriendsServerRemoveFriendRequest

> PFFriendsServerRemoveFriendRequest 数据模型。

PFFriendsServerRemoveFriendRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFFriendsServerRemoveFriendRequest {  
    const char* friendPlayFabId;  
    const char* playFabId;  
} PFFriendsServerRemoveFriendRequest;  
```

### 成员

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

要移除的好友帐户的 PlayFab 标识符。

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

将对其执行操作的用户的唯一 PlayFab 分配 ID。

## 要求

**头文件：** PFFriendsTypes.h

## 另请参阅

[PFFriendsTypes 成员](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)


## Related topics

- [PFFriendsServerRemoveFriendAsync](/zh-CN/services/playfab/api-references/c/pffriends/functions/pffriendsserverremovefriendasync.md)
- [Services C API overview - PFFriendsTypes.h](/zh-CN/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsClientRemoveFriendRequest](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientremovefriendrequest.md)
- [PFFriendsServerAddFriendRequest](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserveraddfriendrequest.md)
- [PFFriendsServerGetFriendsListRequest](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsservergetfriendslistrequest.md)
