Skip to content

[Request] API to delete mark history log entries #1685

Description

@lcandy2

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions