Skip to content

Delete Notes

Deprecated
DELETE
/friends/v1/player/{player_id}/friend/{other_player_id}/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

Authorizations

Parameters

Path Parameters

player_id
required
integer
other_player_id
required
integer

Header Parameters

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.

string

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

204

Successful Response

400

Bad Request

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

403

Forbidden

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

409

Conflict

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string