i2.remove();
String sender = sess.getUniqueName();
if (sender != null) {
YAMLProcessor processor = getUserConfiguration(getType(parent.getKey()), sender, false);
if (processor != null) {
processor.removeProperty(sess.getClass().getCanonicalName().replaceAll("\\.", "/"));
}
}
}
}