$user = $c->userService()->getUserByLookup(
    $c->userService()->searchUsers('california', 'organization_1')[0]
);

$c->userService()->deleteUser($user);