Skip to main content
DELETE
/
api
/
v1
/
client-settings
/
global
Delete global settings
curl --request DELETE \
  --url https://demo.komga.org/api/v1/client-settings/global \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
[
  "application.key1",
  "application.key2"
]
'
{
  "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.

Body

application/json

Response

No Content