is User Allowed To Remove Team

open fun isUserAllowedToRemoveTeam(userId: String, teamId: String): Boolean

Method to check whether a user can remove a team from a collection

Return

whether the user can remove a team from a collection as boolean

Parameters

userId

The identifier of the user

teamId

The identifier of the team