removeById

Removes a User from the repository.

Parameters

id
The id of the User to be removed.
abstract suspend fun removeById(id: String)