delete_items_by_id_file_by_fileid
Remove a specific file from an Audiobookshelf item by providing the item ID and file ID. Streamline library management by deleting unwanted audio files directly via API.
Instructions
Delete items file.
DELETE /api/items/{id}/file/{fileid}
Args: id: Path parameter. fileid: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| fileid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |