if (!filter_var($orgLinkId, FILTER_VALIDATE_INT)) {
            throw new Exception("Could not delete org link - no org_link_id specified"); 
            return false;
        }