Auto Delete Line from Database

I was just wondering. Is auto delete possible in Wix Databases. For example, auto delete on a certain date entered in a ’ deleteToday ’ column

You can run a query to check if a line was inserted on a specific date and remove it. Since the date object is measured by milliseconds, you should use the between data query to check if it’s between the beginning and ending of that specific date. Than, you can use the remove to remove those records.

Good luck,
Tal.