delete Password

@Modifying
@Query(value = ""DELETE FROM " + PASSWORDS_KEY + _WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun deletePassword(@Param(value = "id") passwordId: String)

Query used to delete a password

Parameters

passwordId

The identifier of the password