bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/removeprunedfunds
Wallet

removeprunedfunds

Deletes the specified transaction from the wallet. Meant for use with pruned wallets after importprunedfunds.

Parameters

txidstringREQUIRED
The hex-encoded id of the transaction to remove

Returns

nullnull on success

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"removeprunedfunds","params":["txid"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

null
← Previous
psbtbumpfee
Next →
rescanblockchain

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗