delnetworkevent -- Command for removing a listnetworkevents entry
SYNOPSIS
delnetworkevent created_index
DESCRIPTION
Command added in v25.12.
The delnetworkevent RPC command removes a single event from listnetworkevents, using the uniquely-identifying created_index.
This command is mainly used by the autoclean plugin (see lightningd-config(7)), as these database entries are only kept for your own analysis, removing them has no effect on the running of your node.
- created_index (u64): The unique created_index of the entry..
RETURN VALUE
On success, an empty object is returned.
ERRORS
The following errors may be reported:
- 1402: The listnetworkevents specified does not exist.
AUTHOR
Rusty Russell [email protected] is mainly responsible.
SEE ALSO
lightning-autoclean(7)
RESOURCES
Main web site: https://github.com/ElementsProject/lightning