removeprunedfunds

removeprunedfunds "txid"

Deletes the specified transaction from the wallet. This is intended for use with pruned wallets and serves as a companion to importprunedfunds. Deleting a transaction will affect the wallet’s balances.

Argument #1 – txid

Type: string, required

The hex-encoded id of the transaction you are deleting

Result

null    (json null)

Examples

bitcoinevo-cli removeprunedfunds "be5400bbac041d4e5c9ab9e930f3feca483d772bdea76021b77b49455fb37b21"

As a JSON-RPC call:

curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "removeprunedfunds", "params": ["be5400bbac041d4e5c9ab9e930f3feca483d772bdea76021b77b49455fb37b21"]}' -H 'content-type: text/plain;' http://127.0.0.1:7332/