[#wallet-CWallet-DelAddressBookWithDB] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::DelAddressBookWithDB :relfileprefix: ../../ :mrdocs: Remove a destination from the address book within a database batch. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool DelAddressBookWithDB( xref:wallet/WalletBatch.adoc[WalletBatch]& batch, xref:CTxDestination.adoc[CTxDestination] const& address); ---- == Return Value true if the entry was removed. == Parameters [cols="1,4"] |=== | Name| Description | *batch* | The database batch to write through. | *address* | The destination to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#