Is your feature request related to a problem? Please describe.
Mark history can be read via the API (GET /api/me/shelf/item/{item_uuid}/logs, added for #1128) but not managed: on the web, /mark_log/{item_uuid}/{log_id} can delete a single log entry (or all of them), while the API offers no delete.
Describe the solution you'd like
DELETE /api/me/shelf/item/{item_uuid}/logs/{log_id}, and optionally a variant to clear all log entries for an item, matching the web behavior.
Describe alternatives you've considered
None available via API today.
Additional context
Split from #1671 (one issue per request).
Is your feature request related to a problem? Please describe.
Mark history can be read via the API (
GET /api/me/shelf/item/{item_uuid}/logs, added for #1128) but not managed: on the web,/mark_log/{item_uuid}/{log_id}can delete a single log entry (or all of them), while the API offers no delete.Describe the solution you'd like
DELETE /api/me/shelf/item/{item_uuid}/logs/{log_id}, and optionally a variant to clear all log entries for an item, matching the web behavior.Describe alternatives you've considered
None available via API today.
Additional context
Split from #1671 (one issue per request).