social / pragma.friend / FriendService / removeFriendV1 /
removeFriendV1 #
suspend fun removeFriendV1(session: PlayerSession, request: FriendRpc.RemoveFriendV1Request): FriendRpc.RemoveFriendV1Response
Removes a friend from a player’s friend list. Removes the requesting player from the specified player’s friend list.
Notifies both players.
Returns a result string in the response message. See FriendResultStatus for values.