![]() |
![]()
| ![]() |
![]()
NAMElightning-delforward -- Command for removing a forwarding entry SYNOPSISdelforward in_channel in_htlc_id status DESCRIPTIONThe delforward RPC command removes a single forward from listforwards, using the uniquely-identifying in_channel and in_htlc_id (and, as a sanity check, the status) given by that command. 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.
RETURN VALUEOn success, an empty object is returned. ERRORSThe following errors may be reported:
AUTHORRusty Russell <rusty@rustcorp.com.au> is mainly responsible. SEE ALSOlightning-autoclean(7) RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli delforward -k "in_channel"="109x1x1" "in_htlc_id"=4 "status"="local_failed" { Response: {} Example 2: Request: $ lightning-cli delforward -k "in_channel"="109x1x1" "in_htlc_id"=21 "status"="failed" { Response: {}
|