Skip to main content
POST
/
api
/
v1
/
page-hashes
/
{pageHash}
/
delete-all
Delete all duplicate pages by hash
curl --request POST \
  --url https://demo.komga.org/api/v1/page-hashes/{pageHash}/delete-all \
  --header 'Authorization: Basic <encoded-value>'
{
  "violations": [
    {
      "fieldName": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

pageHash
string
required

Response

Accepted