Remove File with Date Range

Can’t I remove a record from a table by using a where clause like productId = ‘string’ ? Where productId is a table field.
Must I know the objectId of the record before I can remove it?
Also how do I remove records for a date range? ie For example I want to remove records that were created between 1 December 2021 and 20th December 2021

Hello @Nkekere_Tommy_Minimann

It appears you are looking for “Bulk Delete” operation, take a look at the following doc Deleting Multiple Objects - Backendless REST API Documentation

Regards, Vlad