DELETE Remove Friend Request

https://127.0.0.1:{port}/chat/v4/friendrequests

Removes an outgoing friend request

Headers:

URL Parameters:

Other Variables:

Body:

type RemoveFriendRequestBody = {
    /** Player UUID */
    puuid: string;
};