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