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