delete_authors_by_id
Delete an author permanently from Audiobookshelf using their unique ID. This tool removes the author record, helping you maintain a clean library.
Instructions
Delete an author by ID.
DELETE /api/authors/{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 |