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

PFFriendsServerRemoveFriendRequest data model.

## Syntax

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

### Members

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

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

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

Unique PlayFab assigned ID of the user on whom the operation will be performed.

## Requirements

**Header:** PFFriendsTypes.h

## See also

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


## Related topics

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