deletePassword

abstract fun deletePassword(service: String, account: String): Boolean

Removes credentials for account in service. If account in service is single than it removes a service.

Return

true if success and false otherwise.

Parameters

service

service name.

account

account name.