curl --request DELETE \
--url https://demo.komga.org/api/v1/syncpoints/me \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}If an API Key ID is passed, deletes only the sync points associated with that API Key. Deleting sync points will allow a Kobo to sync from scratch upon the next sync.
curl --request DELETE \
--url https://demo.komga.org/api/v1/syncpoints/me \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}