Delete all rows from a timer

I have a daily-ranking table I need to remove clean every day.

I already set up a daily timer but how can I delete all the rows from that table inside the timer.
Grabbing all the objects and iterate deleting them seems a bit performance unfriendly right?. This table could potentially have 100 of thousands of rows.

Thank you

Hi Alfredo,

There is a Bulk Delete option using REST API: https://backendless.com/documentation/data/rest/data_deleting_data_objects.htm

Thanks for the advice Sergey !! I will try that

I’m not from the team, but I would suggest buy (cheap) Management API function pack and use ‘Delete All Table Records’ command from it.

Even better, Thanks Yuriy!