Mark book as unread
DELETEhttps://demo.komga.org/api/v1/books/:bookId/read-progress
Mark book as unread
Request
Path Parameters
bookId stringrequired
Responses
- 204
- 400
No Content
Bad Request
- */*
- Schema
- Example (auto)
Schema
violations object[]required
{
"violations": [
{
"fieldName": "string",
"message": "string"
}
]
}
Authorization: http
name: basicAuthtype: httpscheme: basic
- curl
- python
- nodejs
- java
- kotlin
- powershell
- swift
- rust
- CURL
curl -L -X DELETE 'https://demo.komga.org/api/v1/books/:bookId/read-progress' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
ResponseClear