Skip to content

Delete service credentials

DELETE
/api/credentials/{service}

Remove stored credentials for a service (opds, kosync, or hardcover).

Parameters

Path Parameters

service*

Service name

Type
string
Required
Valid values
"opds""kosync""hardcover"

Responses

Credentials deleted

application/json
JSON
{
  
"service": "string",
  
"deleted": true
}

Samples