remove Team From Collection

suspend fun removeTeamFromCollection(collectionId: String, team: Team): JsonObject

Method to remove from a collection a team

Return

the result of the request as JsonObject

Parameters

collectionId

The identifier of the collection

team

The team to remove