---
title: "Removes items from a playlist."
method: DELETE
path: "/Playlists/{playlistId}/Items"
tags: ["Playlists"]
---

# Removes items from a playlist.

`DELETE /Playlists/{playlistId}/Items`

## Path parameters

- `playlistId` string, required — The playlist id.

## Query parameters

- `entryIds` string[], nullable — The item ids, comma delimited.

## Response `204`

Items removed.

## 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)
