[#wallet-WalletBatch-EraseAddressReceiveRequest] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::EraseAddressReceiveRequest :relfileprefix: ../../ :mrdocs: Erases a receive request associated with an address. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool EraseAddressReceiveRequest( xref:CTxDestination.adoc[CTxDestination] const& dest, std::string const& id); ---- == Return Value true if the record was erased. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The address destination. | *id* | The identifier of the receive request to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#