curl --request DELETE \
--url https://demo.komga.org/api/v1/books/{bookId}/file \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Required role: ADMIN
curl --request DELETE \
--url https://demo.komga.org/api/v1/books/{bookId}/file \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}