removeRoles property

List<String>? removeRoles
getter/setter pair

The names of the MembershipRoles to be removed.

Adding or removing roles in the same request as updating roles is not supported. It is not possible to remove the MEMBER MembershipRole. If you wish to delete a Membership, call MembershipsService.DeleteMembership instead. Must not contain MEMBER. Must not be set if update_roles_params is set.

Implementation

core.List<core.String>? removeRoles;