delete_genres_by_genre
Delete a specific genre from Audiobookshelf by providing its name. Use this tool to remove unwanted genres from your library.
Instructions
Delete api genres.
DELETE /api/genres/{genre}
Args: genre: 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 |
|---|---|---|---|
| body | No | ||
| genre | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |