---
title: "Reports that a user has stopped playing an item."
method: DELETE
path: "/Users/{userId}/PlayingItems/{itemId}"
tags: ["Playstate"]
---

# Reports that a user has stopped playing an item.

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

## Path parameters

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

## Query parameters

- `mediaSourceId` string, nullable — The id of the MediaSource.
- `nextMediaType` string, nullable — The next media type that will play.
- `positionTicks` integer, nullable — Optional. The position, in ticks, where playback stopped. 1 tick = 10000 ms.
- `liveStreamId` string, nullable — The live stream id.
- `playSessionId` string, nullable — The play session id.

## Response `204`

Playback stop recorded.

## 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/revisions/eb6f75af7066/schema)
