Remove a member from an access group

Removes a member from an access group. This does NOT delete the member — it only removes their membership in this group. The member continues to exist on the site and in any other groups they belong to.

Scope-managed groups cannot have members removed via API — returns 403 Forbidden.

DELETE /api/v1/access-groups/{groupId}/members/{memberId}
Bearer token

Path parameters

· 2
groupId string · uuid required

UUID of the access group. Get group IDs from listAccessGroups or createAccessGroup responses.

memberId string · uuid required

UUID of the member. Get member IDs from listMembers or createMember responses.

Responses