Delete a wallet or creating new account

Please provide the following details too when asking for help in this category:

Is there a way of deleting the wallet or an account.

Right now, a wallet is created based on id that will be generated using firebase admin sdk. Is there a way to create new wallet for the same id?

There is no account to delete because wallet addresses are permanent on the blockchain once created and can simply be forgotten or abandoned if you like. This however does not “delete” your cryptographic key as that is impossible to do due to the nature of the blockchain and as a non-custodial solution, unsafe for our users. Meaning you will still get the same cryptographic key if you login in the future. You may have the user just log out of the wallet and never log in again.

There is no way to create a new wallet for the same id.

Thank you for your response!