Skip to 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: {FriendPermissions.FRIEND_LIST_WRITE}

Authorizations

Parameters

Path Parameters

player_uuid
required
string format: uuid
other_player_uuid
required
string format: uuid

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