<%@ page contentType="text/html; charset=UTF-8" %> <%@page import="eu.dnetlib.functionality.notification.app.NotificationServiceContextUtils" %> <% NotificationServiceContextUtils.getNotificationService(application).removeSchedule(request.getParameter("queryId")); response.sendRedirect("../schedules.jsp"); %>