I think i might have the answer, let me know your thoughts, not sure of
any limitation wrt api replicator.getActivatedPaths(session, path);- get
the string path array and then deactivate. String[] pathArray =
pathList.toArray(new String[0]);replicator.replicate(session,
ReplicationActionType.DEACTIVATE, path);