removeUser

suspend fun removeUser(teamId: String, userId: String)

Removes a user from a team.

Parameters

teamId

The ID of the team.

userId

The ID of the user to remove.