Skip to main content

Delete reading progress for a book (mark as unread)

DELETE 

/:prefix/api/v1/books/:book_id/read-progress

Removes all reading progress for a book, effectively marking it as unread.

Endpoint

DELETE /{prefix}/api/v1/books/{bookId}/read-progress

Response

  • 204 No Content on success

Authentication

  • Bearer token (JWT)
  • Basic Auth
  • API Key

Request

Responses

Progress deleted successfully