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