// Checking the connection's subscribers:
cnx.checkConsumers(agentId);
// Sending the request to the server:
cnx.syncRequest(new TempDestDeleteRequest(agentId));
if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG, this + ": deleted.");
}