Bulk Delete before date

Hey guys how do I bulk delete all records before a specific date?

Thanks in advance.

Hello @Chad_Wyatt

I recommend that you use a timer and set the deletion at a specific date.

Regards,
Inna

Also, I recommend that you read this documentation
https://backendless.com/docs/rest/data_multiple_objects_bulk_delete.html
https://backendless.com/docs/rest/data_search_with_where_clause.html

If you want to delete a selection of records that were created before a certain date, then
use the following whereClause when bulk deleting created < <specific_date>

Regards,
Inna