diff --git a/index.js b/index.js
index a84ae8d7bc14f2031166e3d476ea49632580428a..d22b4e166c49d455862ca8249623bd60f62de7ea 100644
--- a/index.js
+++ b/index.js
@@ -228881,6 +228881,7 @@ async function saveAccountData(accountId, accountData) {
   )
 
   delete account._id
+  delete account.id
   log(
     'info',
     `saveAccountData account after id: ${JSON.stringify({
diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index cb60f70084f2a5f02a4e496e7b95580ecf96d6c3..9e44f7427cb31049da9f2ecfc6f07728478ccfcc 100644
--- a/onDeleteAccount.js
+++ b/onDeleteAccount.js
@@ -227626,6 +227626,7 @@ async function saveAccountData(accountId, accountData) {
   )
 
   delete account._id
+  delete account.id
   log(
     'info',
     `saveAccountData account after id: ${JSON.stringify({