[Ethereum] Is it possible to delete a completed transaction from your wallet history
go-ethereum
Is it possible to get rid of a completed transaction?
Best Answer
It is not possible to delete a transaction from the blockchain.
Depending on the wallet interface you are using (MyCrypto, Metamask, etc.), you may be able to hide transactions, but the transaction will always exist on the blockchain.
There's no way to "disable" an address; all addresses, including those that have never had code deployed or transactions originating from them, are valid addresses to send ether to. A contract can reject a transfer by sending the ether back, but there's no way to deploy a contract at a specific address.
Best Answer
It is not possible to delete a transaction from the blockchain.
Depending on the wallet interface you are using (MyCrypto, Metamask, etc.), you may be able to hide transactions, but the transaction will always exist on the blockchain.