removeprunedfunds

Input(s) 1

The removeprunedfunds RPC is used to delete a specified transaction from the wallet.

How is this used?

The removeprunedfunds RPC is primarily used in pruned wallets to delete specific transactions that are no longer needed. Pruned wallets store only a subset of the blockchain, discarding old transaction data to save disk space. However, even in pruned mode, users may want to manage their funds or clean up unnecessary transactions from their wallet history. This RPC command allows users to remove individual transactions from their wallet, which can be useful for various reasons, such as improving wallet performance or maintaining privacy by removing sensitive transaction details.

Request

method

removeprunedfunds

txid

Required

Inputs(1)

one required input remaining...

txid (required) - The hex-encoded id of the transaction you are deleting

Result