removeGroupFromRoleOnTeam
Remove a group from a role on a team
Format
udclient [global-args...] [global-flags...]
removeGroupFromRoleOnTeam [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| group | string | true | Name or ID of the group |
| team | string | true | Name or ID of the team |
| role | string | true | Name or ID of the role to remove from the group |
Related REST command: Remove a group from a role on a team.