deleteUserById

Deletes a User by id. Must validate that the User exists.

Return

The Result of the operation.

Parameters

id
The id of the User to be deleted.
abstract suspend fun deleteUserById(id: String): Result<String>