---
title: "Unmarks item as a favorite."
method: DELETE
path: "/Users/{userId}/FavoriteItems/{itemId}"
tags: ["UserLibrary"]
---

# Unmarks item as a favorite.

`DELETE /Users/{userId}/FavoriteItems/{itemId}`

## Path parameters

- `userId` string, uuid, required — User id.
- `itemId` string, uuid, required — Item id.

## Response `200`

Item unmarked as favorite.

- UserItemDataDto — Class UserItemDataDto.
  - `Rating` number, double, nullable — Gets or sets the rating.
  - `PlayedPercentage` number, double, nullable — Gets or sets the played percentage.
  - `UnplayedItemCount` integer, nullable — Gets or sets the unplayed item count.
  - `PlaybackPositionTicks` integer — Gets or sets the playback position ticks.
  - `PlayCount` integer — Gets or sets the play count.
  - `IsFavorite` boolean — Gets or sets a value indicating whether this instance is favorite.
  - `Likes` boolean, nullable — Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is likes.
  - `LastPlayedDate` string, date-time, nullable — Gets or sets the last played date.
  - `Played` boolean — Gets or sets a value indicating whether this MediaBrowser.Model.Dto.UserItemDataDto is played.
  - `Key` string, nullable — Gets or sets the key.
  - `ItemId` string, nullable — Gets or sets the item identifier.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
