Delete Friends V2
DELETE /friends/v2/player/{player_uuid}/friend
DELETE
/friends/v2/player/{player_uuid}/friend
Remove the friend’s relationship status with the other players
Authorizations
Parameters
Path Parameters
player_uuid
required
string format: uuid
Request Body required
List of player_uuids to operate on.
object
friends
required
Array<string>
Responses
204
Successful Response
400
Bad Request
object
auth_success
boolean
error_code
required
string
desc
required
string
403
Forbidden
object
auth_success
boolean
error_code
required
string
desc
required
string
409
Conflict
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string