create_libraries_by_id_remove_metadata
Remove metadata from a specific Audiobookshelf library by ID. Supply the library ID and payload to execute the removal and clean up library records.
Instructions
Create or act on libraries remove-metadata.
POST /api/libraries/{id}/remove-metadata
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 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |