[#wallet-CWallet-RemoveTxs-01] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::RemoveTxs :relfileprefix: ../../ :mrdocs: Erase the provided transactions from the wallet within a database batch. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff3720f0a08), requires_capability(0x7ff365f20a08), requires_capability(0x7ff35de5f3b8), requires_capability(0x7ff35efe3e98), requires_capability(0x7ff366fd0478)]] xref:util/Result.adoc[util::Result<void>] RemoveTxs( xref:wallet/WalletBatch.adoc[WalletBatch]& batch, std::vector<Txid>& txs_to_remove); ---- == Return Value Success, or an error if removal failed. == Parameters [cols="1,4"] |=== | Name| Description | *batch* | The database batch to write through. | *txs_to_remove* | The txids to erase from the wallet. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#