---
title: "Deletes an item from the library and filesystem."
method: DELETE
path: "/Items/{itemId}"
tags: ["Library"]
---

# Deletes an item from the library and filesystem.

`DELETE /Items/{itemId}`

## Path parameters

- `itemId` string, uuid, required — The item id.

## Response `204`

Item deleted.

## Other responses

- `401` — Unauthorized access.
- `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)
