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
- 204
- 401
- 404
Progress deleted successfully
Unauthorized
Book not found