delete_authors_by_id_image
Removes an author's profile image by author ID, keeping library metadata and artwork accurate.
Instructions
Delete an author image by author ID.
DELETE /api/authors/{id}/image
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 |