For Dashboard Designers Reference DeleteNode
Wednesday, May 17, 2023 12:20 PMDeleteNode
Label: :IA_Function
Property: type: DeleteNode
Inherits from: Function
Can be used to delete nodes from a graph database. Before the delete is performed a confirmation is required from the user if the confirm
parameter is set to true.
Parameters
Key | Description | Default value | Possible values |
---|---|---|---|
id |
Id of the node to be deleted | positive integer | |
confirm |
Whether or not to ask the user for confirmation | true |
true|false |
store |
Name of the store from where to delete the node | name of configured store |
Outgoing triggers
Type: deleted
Occurrence: Fires when the node has been successfully deleted.
Additional event properties (besides the inherited properties):
Key | Description | Possible values |
---|---|---|
node |
Deleted node | Node data following node structure. |