curl --request DELETE \
--url https://demo.komga.org/api/v1/tasks \
--header 'Authorization: Basic <encoded-value>'123Cancel all tasks queued
Required role: ADMIN
curl --request DELETE \
--url https://demo.komga.org/api/v1/tasks \
--header 'Authorization: Basic <encoded-value>'123Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OK
The response is of type integer<int32>.