DELETE Remove Friend Request
https://127.0.0.1:{port}/chat/v4/friendrequests Removes an outgoing friend request
Headers
-
Authorization: Basic {base64 encoded "riot:{lockfile password}"}
URL Parameters
-
{port}The port can be found from the lockfile (located at
%LocalAppData%\Riot Games\Riot Client\Config\lockfile) when the game is running. The file has the formatname:pid:port:password:protocol
Other Variables
-
lockfile passwordThe password can be found from the lockfile (located at
%LocalAppData%\Riot Games\Riot Client\Config\lockfile) when the game is running. The file has the formatname:pid:port:password:protocol
Body
type RemoveFriendRequestBody = {
/** Player UUID */
puuid: string;
}; {
"puuid": "acAf5EAa-6dAd-79a2-66a3-6FBaD5E7bA97"
}