Delete a custom access group
Permanently deletes a custom access group. All member-group relationships are cascade-deleted, but the members themselves are not deleted — they just lose membership in this group.
Scope-managed groups cannot be deleted via the API — attempting to delete one returns 403 Forbidden.
DELETE
/api/v1/access-groups/{groupId} Bearer token
Path parameters
· 1groupId string · uuid required UUID of the access group. Get group IDs from listAccessGroups or createAccessGroup responses.