Delete collection
delete_collectionRemove a collection after two-step confirmation. First call returns a token; second call with the token deletes the curated list while books remain in the library.
Instructions
Deletes a collection. The books stay in the library, but the curated list and its order are gone. Two-step: the first call returns a confirmation token, the second call with that token performs the deletion. Requires an Audiobookshelf account with delete permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | Collection id, as returned by list_collections | |
| confirm_token | No | Token from the first call of this tool |