Favorites

Clear Favorite Group

DELETE
/favorite/group/{favoriteGroupType}/{favoriteGroupName}/{userId}

Clear ALL contents of a specific favorite group.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

favoriteGroupType*string

The type of group to fetch, must be a valid FavoriteType.

Value in"avatar" | "friend" | "world"
favoriteGroupName*string

The name of the group to fetch, must be a name of a FavoriteGroup.

userId*string

Must be a valid user ID.

Response Body

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/favorite/group/avatar/string/string"
{
  "success": {
    "message": "favorite deleted!",
    "status_code": 200
  }
}