> ## 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](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsclientremovefriendasync.md)
- [Services C API overview - PFFriendsTypes.h](/ja-jp/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsServerRemoveFriendRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserverremovefriendrequest.md)
- [PFFriendsClientAddFriendRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientaddfriendrequest.md)
- [PFFriendsClientGetFriendsListRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientgetfriendslistrequest.md)
