Skip to content

DeleteLocalDatabaseNode

The DeleteLocalDatabaseNode node is designed to delete a local database. It allows for an optional SQL filter to specify which records should be deleted.

This node has four pins:

Pin NamePin DescriptionPin TypeValue Type
StartThe input execution pin that triggers the node’s logic.StructExecution
DatabaseThe database connection reference used to connect to the local database.StructNodeDBConnection
SQL FilterAn optional SQL filter string to specify which records to delete.StringNormal
EndThe output execution pin that signifies the completion of the node’s logic.StructExecution