delete

open override fun delete(entity: UserCredentials)

Deletes a UserCredentials entity from the repository.

If the entity exists in the repository, it is removed. Otherwise, no action is taken.

Parameters

entity

The UserCredentials entity to be deleted.