mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
a00179d557
This should be more robust in future: we SHA256 all of the deps. For wiregen we prefix with EXPERIMENTAL_FEATURES, since it can effect them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
54 lines
1.4 KiB
Groff
Generated
54 lines
1.4 KiB
Groff
Generated
.TH "LIGHTNING-DELINVOICE" "7" "" "" "lightning-delinvoice"
|
|
.SH NAME
|
|
lightning-delinvoice - Command for removing an invoice
|
|
.SH SYNOPSIS
|
|
|
|
\fBdelinvoice\fR \fIlabel\fR \fIstatus\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The \fBdelinvoice\fR RPC command removes an invoice with \fIstatus\fR as given
|
|
in \fBlistinvoices\fR\.
|
|
|
|
|
|
The caller should be particularly aware of the error case caused by the
|
|
\fIstatus\fR changing just before this command is invoked!
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, an invoice description will be returned as per
|
|
\fBlightning-listinvoice\fR(7)\.
|
|
|
|
.SH ERRORS
|
|
|
|
The following errors may be reported:
|
|
|
|
.RS
|
|
.IP \[bu]
|
|
-1: Database error\.
|
|
.IP \[bu]
|
|
905: An invoice with that label does not exist\.
|
|
.IP \[bu]
|
|
906: The invoice \fIstatus\fR does not match the parameter\.
|
|
An error object will be returned as error \fIdata\fR, containing
|
|
\fIcurrent_status\fR and \fIexpected_status\fR fields\.
|
|
This is most likely due to the \fIstatus\fR of the invoice
|
|
changing just before this command is invoked\.
|
|
|
|
.RE
|
|
.SH AUTHOR
|
|
|
|
Rusty Russell \fI<rusty@rustcorp.com.au\fR> is mainly responsible\.
|
|
|
|
.SH SEE ALSO
|
|
|
|
\fBlightning-listinvoice\fR(7), \fBlightning-waitinvoice\fR(7),
|
|
\fBlightning-invoice\fR(7), \fBlightning-delexpiredinvoice\fR(7),
|
|
\fBlightning-autocleaninvoice\fR(7)
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|
|
\" SHA256STAMP:92ad4501574b253334bb570960d1835c8bd84483e318ea058e6b565d34109832
|