[#wallet-WalletBatch-EraseAddressData] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::EraseAddressData :relfileprefix: ../../ :mrdocs: Erases all destination data for an address. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EraseAddressData(xref:CTxDestination.adoc[CTxDestination] const& dest); ---- == Return Value true if the records were erased. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The address destination whose data to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#