[#wallet-WalletBatch-EraseRecords] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::EraseRecords :relfileprefix: ../../ :mrdocs: Delete records of the given types == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EraseRecords(std::unordered_set<std::string> const& types); ---- == Return Value true if the records were erased. == Parameters [cols="1,4"] |=== | Name| Description | *types* | The set of record type prefixes to delete. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#