AgentId replyTo,
String msgId,
AgentId from) {
try {
ServerConfigHelper helper = new ServerConfigHelper(true);
helper.removeServer(request.getServerId());
distributeReply(replyTo, msgId,
new AdminReply(true, "Server removed"));
if (from == null) {
broadcastRequest(request, request.getServerId(), replyTo, msgId);
}