GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LIGHTNING-DELDATASTORE(7) lightning-deldatastore LIGHTNING-DELDATASTORE(7)

lightning-deldatastore - Command for removing (plugin) data

deldatastore key [generation]

The deldatastore RPC command allows plugins to delete data it has stored in the c-lightning database.

The command fails if the key isn't present, or if generation is specified and the generation of the data does not exactly match.

On success, an object is returned, containing:

key (array of strings):
Part of the key added to the datastore

generation (u64, optional): The number of times this has been updated
hex (hex, optional): The hex data which has removed from the datastore
string (string, optional): The data as a string, if it's valid utf-8

The following error codes may occur:

1200: the key does not exist
1201: the key does exist, but the generation is wrong
-32602: invalid parameters

Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.

lightning-listdatastore(7), lightning-datastore(7)

Main web site: https://github.com/ElementsProject/lightning


Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.