[#wallet-WalletBatch-EraseMasterKey] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::EraseMasterKey :relfileprefix: ../../ :mrdocs: Erases the master key with the given id. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EraseMasterKey(unsigned int id); ---- == Return Value true if the record was erased. == Parameters [cols="1,4"] |=== | Name| Description | *id* | The identifier of the master key to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#