Delete playlist
delete_playlistRemove a playlist from Audiobookshelf while keeping its media in the library. The process requires two calls: first get a confirmation token, then confirm to complete deletion.
Instructions
Deletes a playlist. The media stays in the library. Two-step: the first call returns a confirmation token, the second call with that token performs the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist id, as returned by list_playlists | |
| confirm_token | No | Token from the first call of this tool |