For Dashboard Designers Reference DeleteRelation
Friday, November 11, 2022 12:54 PMDeleteRelation
Label: :IA_Function
Property: type: DeleteRelation
Inherits from: Function
Can be used to delete relations 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 relation 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 relation | name of configured graph store |
Outgoing triggers
Type: deleted
Fires when the relation has been successfully deleted.
Additional event properties (besides the inherited properties):
Key | Description | Possible values |
---|---|---|
relation |
Deleted relation | Relation data following relation structure. |