Comment supprimer un objet de JsonObject en Java

jsonObj.getAsJsonObject("accounts").remove("email");
Encouraging Elk