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

delete

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

Deletes the password with the given ID.

Resolves to true if the deletion did anything.