Skip to main content

Remove members from a group

Detach objects from a Standard group without deleting the objects themselves.

note

Applies to Standard groups only. Generator and Query groups manage their own membership.

How removal works in GraphQL​

CoreStandardGroupUpdate replaces the entire member list. To remove a member, you pass a list containing every member you want to keep.

This means removal is a two-step operation: list the current members, then update with the new list excluding the ones to remove.

Remove members​

  1. Open the group and go to the Members tab.
  2. Select the members to remove.
  3. Click Remove from Group and confirm.

Troubleshooting​

Called update but nothing changed. If you sent the full current member list back, no members were removed. Omit the IDs of the members you want to remove.

The objects disappeared, not just the membership. They shouldn't — removing members detaches them; it does not delete them. If objects are missing entirely, look for a cascading delete elsewhere (for example, a Generator that owned them).

Next​