delete_playlists_by_id
Delete a playlist from Audiobookshelf by its ID. Use when a playlist needs to be removed permanently.
Instructions
Delete api playlists.
DELETE /api/playlists/{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 |