A stale read allows removing all the admins of a group
If you have a group with two users with the Administrator
role, removing the first one should work, and for the second one a 400 error should occur to prevent a group from having no admins. However, due to a stale read, it is possible that the check will still believe there is another administrator, so both admins can be deleted.