@NotNull
    public static List<String> verifyDeleteMonitorInputs(@Nullable final String fullPathToMonitor) {
        final List<String> exceptionMessages = new ArrayList<>();

        if (StringUtils.isEmpty(fullPathToMonitor)) {