AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinUsersUseridFavoriteitemsItemid

Remove from favorites (no-op stub)

DELETE
/api/adapter/jellyfin/Users/{userId}/FavoriteItems/{itemId}

Accepted for client compatibility.

Path Parameters

userId*string
itemId*string

Response Body

application/json

curl -X DELETE "https://example.com/api/adapter/jellyfin/Users/string/FavoriteItems/string"
{
  "PlaybackPositionTicks": 0,
  "PlayCount": 0,
  "IsFavorite": true,
  "Played": true,
  "PlayedPercentage": 0,
  "LastPlayedDate": "string",
  "Key": "string",
  "ItemId": "string",
  "property1": null,
  "property2": null
}