Removing other CircleMembers: permissions
When I am an admin of a circle and I click edit circle, I am given a list of members, but I can only remove myself
This happens because the permission check for delete on this resource (circle-members/x/) is on the CircleMember object, which gives you permission to delete yourself and view or add if you are authenticated (https://git.happy-dev.fr/startinblox/djangoldp-packages/djangoldp-circle/blob/master/djangoldp_circle/models.py#L53)