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

PFFriendsClientRemoveFriendRequest data model.

## Syntax

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

### Members

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

PlayFab identifier of the friend account which is to be removed.

## Requirements

**Header:** PFFriendsTypes.h

## See also

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


## Related topics

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