Delete database data
This function allows you to delete an entire collection of records from the database or specific records from a data collection.

Update DB caché: Activating the switch allows the function to update the cache that it currently finds to query the database
Updates to make to the DB:Allows access to the database structure to be able to create the path of the record that you want to delete from the database, in the same way you can delete all the records of a collection
Step by Step :

Error deleting data: It is activated when an unexpected error occurs when deleting the record or records
OutVars
Null
Data deleted: Triggered when the record(s) have been successfully deleted
OutVars
Null
Si no se agrega un Identifier en el path para eliminar un registro, se eliminarán todos los registros alojados en esa colección de datos.
Cuando se trata de eliminar un registro que no existe, se activará el callback de éxito, puesto que al no encontrarse el registro en la colección, la función lo encuentra como caso exitoso

Last updated
Was this helpful?