This API allows you to unfriend a friend
If the id is of user who is not your friend, an error will be returned.
DELETE
https://api.vrchat.cloud/api/1/auth/user/friends/:id
id - the id of the user to unfriend
Yes
Success/Error:
on success:
{
"success": {
"message": "Friendship destroyed",
"status_code": 200
}
}on error
{
"error": {
"message": "These users are not friends",
"status_code": 400
}
}