public static function remove_experiment($exp_id, $exp_type)
 {
     try {
         NelioABExperimentsManager::remove_experiment_by_id($exp_id, $exp_type);
     } catch (Exception $e) {
         require_once NELIOAB_ADMIN_DIR . '/error-controller.php';
         NelioABErrorController::build($e);
     }
 }