v6 documentation is incomplete, want to contribute?

Remove Favorite

Remove a favorite from your favorites list.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

DELETE
/favorites/{favoriteId}
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

favoriteIdstring

Must be a valid favorite ID.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/favorites/string"

{
  "success": {
    "message": "favorite deleted!",
    "status_code": 200
  }
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "404 couldn't find that favorite",
    "status_code": 404
  }
}