How do I remove certain users from the field?

For example, users a, b are added to the assignees field.
But I want to remove only user b through Shotgun API , but I’m not sure if I should use sg.delete.
Or should I make a list that removed user b and update it?

See this post for an example that references multi_entity_update_modes kwarg on the SG API update method.

2 Likes