removeRoles property
The name
s of the MembershipRole
s 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;