NodeDelete
Mon 01 January 2018Syntax
NodeDelete(nodeName)
Description
Use the NodeDelete function to delete the specified node and all subordinate objects (transactions, node properties, certificates, and so on.)
Warning! Once this function has completed, you cannot recover the node.
Parameters
Field or Control |
Definition |
---|---|
nodeName |
Specify the name of the node you want to delete, as a string. All node names are uppercase. |
Returns
A Boolean value: True, the function completed successfully deleted, False otherwise.