Favorites

Remove Favorite

Remove a favorite from your favorites list.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

favoriteId*string

Must be a valid favorite ID.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/favorites/fvrt_9568d189-8776-44a5-a8c8-defc981e44de"
{
  "success": {
    "message": "favorite deleted!",
    "status_code": 200
  }
}

{
  "error": {
    "message": "imageUrl must be a URL˸ 'string'‚ assetUrl must be a URL˸ 'string'",
    "status_code": 400
  }
}

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

{
  "error": {
    "message": "File not found",
    "status_code": 404
  }
}