android-components / mozilla.components.service.sync.logins / AsyncLoginsStorageAdapter / delete

delete

open fun delete(id: String): Deferred<Boolean> (source)

Overrides AsyncLoginsStorage.delete

Deletes the password with the given ID.

Resolves to true if the deletion did anything.