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": "F5CFB76D-d0bb-701D-0f67-BEd97a2CA9eD"
}