Hello,
I have a requirement to unpublish a page from AEM and move that unpublished page to another location.
From an author service, I did this,
String pagePath = hit.getPath();
replicator.replicate(session, ReplicationActionType.DEACTIVATE, pagePath); // Unpublish the Page
pageMoveService.movePages...