function removePageAttachment($pageTitle, $attachmentName, $rvt)
{
    $requestHandler = new \PageAttachment\RequestHandler();
    $ajaxResponse = new \AjaxResponse($requestHandler->removeAttachment($pageTitle, $attachmentName, $rvt));
    setAjaxCacheDuration($ajaxResponse);
    return $ajaxResponse;
}