Skip to main content
DELETE
/
api
/
v1
/
tasks
Clear task queue
curl --request DELETE \
  --url https://demo.komga.org/api/v1/tasks \
  --header 'Authorization: Basic <encoded-value>'
123

Authorizations

Authorization
string
header
required

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

Response

OK

The response is of type integer<int32>.