[#wallet-SQLiteBatch-EraseKey] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::EraseKey :relfileprefix: ../../ :mrdocs: Erase the record stored under a key. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool EraseKey(xref:DataStream.adoc[DataStream]&& key) override; ---- == Return Value True if the erase succeeded, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *key* | The key to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#