[#wallet-CWallet-RemoveTxs-076] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::RemoveTxs :relfileprefix: ../../ :mrdocs: Erases the provided transactions from the wallet. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e5994e8), requires_capability(0x7f2e11aaa2a8), requires_capability(0x7f2e16a00098), requires_capability(0x7f2e15f2f538), requires_capability(0x7f2e12c6e1c8)]] xref:util/Result.adoc[util::Result<void>] RemoveTxs(std::vector<Txid>& txs_to_remove); ---- == Return Value Success, or an error if removal failed. == Parameters [cols="1,4"] |=== | Name| Description | *txs_to_remove* | The txids to erase from the wallet. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#