Clear Favorite Group
Clear ALL contents of a specific favorite group.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
favoriteGroupTypestring
The type of group to fetch, must be a valid FavoriteType.
Value in
"world" | "friend" | "avatar"favoriteGroupNamestring
The name of the group to fetch, must be a name of a FavoriteGroup.
userIdstring
Must be a valid user ID.
Response Body
application/json
curl -X DELETE "https://api.vrchat.cloud/api/1/favorite/group/world/string/string"{
"success": {
"message": "favorite deleted!",
"status_code": 200
}
}