delete_items_by_id
Delete a specific audiobook, podcast, or other library item by its ID. Removes the item permanently from the Audiobookshelf server.
Instructions
Delete api items.
DELETE /api/items/{id}
Args: id: 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |