Remove a Friend #

To remove a player from your friend list, use the Friend API’s RemoveFriend() method with the player’s social ID. This call removes each player from the other player’s friend list.

Player->FriendApi().RemoveFriend(
  const FString& SocialId, 
  const FOnCompleteDelegate& OnComplete
);
Player.FriendApi.RemoveFriend(
  PragmaId socialId, 
  CompleteDelegate onComplete
);

Related events:

Related errors: