Remove one entry from a book's completion history
DELETE/api/v1/books/:book_id/read-history/:completion_id
For correcting a single wrong read-through without discarding the rest. The wholesale clear is the blunt instrument; this is the precise one.
Reading progress is untouched, exactly as with the wholesale clear: fixing a count should never cost the reader their place.
A series' history recomputes from its books on every read, so removing an entry here is reflected there immediately. The series count is the minimum across its books, so it only moves if this book was the one holding it up.
Request
Responses
- 204
- 401
- 403
- 404
Entry removed
Unauthorized
Forbidden
Book or entry not found