null, OHttpUtils.CONTENT_TEXT_PLAIN, "Error on creating a new property in class " + rid + ": " + e);
}
} else if ("del".equals(operation)) {
iRequest.data.commandInfo = "Studio delete property";
cls.removeProperty(className);
db.getMetadata().getSchema().save();
sendTextContent(iRequest, OHttpUtils.STATUS_OK_CODE, "OK", null, OHttpUtils.CONTENT_TEXT_PLAIN,
"Property " + fields.get("name") + " deleted successfully.");