I'm using Backand as my BaaS and I’m looking for a quick way to delete entries I no longer need. In the data model I created, I have an object called “Auctions”, in this object I want to add an action that delete the entries that surpassed the end time of the auction.
I’ve been looking in the server-side actions and I didn’t find a quick way to do it.
Thanks