Skip to main content

Delete Notes V2

DELETE 

/friends/v2/player/:player_uuid/friend/:other_player_uuid/notes

Remove the Player's notes on the other player. Players can only add notes for players they have relationship's with. The notes will be removed when the relationship is ended.

Permissions Required: friend:friend_list:write

Request

Path Parameters

    player_uuid uuidrequired
    other_player_uuid uuidrequired

Header Parameters

    if-match If-Match

    If you provide the ETag that does not matches the current ETag for this resource, a 412 response will be return - indicating that the resource has changed.

Responses

Successful Response

Loading...