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

# PFFriendsClientRemoveFriendRequest

> PFFriendsClientRemoveFriendRequest 数据模型。

PFFriendsClientRemoveFriendRequest 数据模型。

## 语法

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

### 成员

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

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

## 要求

**头文件：** PFFriendsTypes.h

## 另请参阅

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


## Related topics

- [PFFriendsClientRemoveFriendAsync](/zh-CN/services/playfab/api-references/c/pffriends/functions/pffriendsclientremovefriendasync.md)
- [Services C API overview - PFFriendsTypes.h](/zh-CN/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsServerRemoveFriendRequest](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserverremovefriendrequest.md)
- [PFFriendsClientAddFriendRequest](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientaddfriendrequest.md)
- [PFFriendsClientGetFriendsListRequest](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientgetfriendslistrequest.md)
