delete_libraries_by_id
Deletes a specific library from Audiobookshelf by its ID, permanently removing it from the server.
Instructions
Delete a single library by ID on server.
DELETE /api/libraries/{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 |