Swift Mass Delete / Update

Hi,

Is there a way to delete / update many objects at once with Swift?
If I loop through the objects and send delete/update requests individually, they time out and I get blocked temporarily (no access to DB for 15-20 mins). How should I handle this?

I did search beforehand if there is anything in the docs or on the support page but couldn’t find any relevant info.

Florin,

Currently you can do that using only REST API:

(search for “Bulk Update”):
https://backendless.com/documentation/data/rest/data_updating_data_objects.htm

(search for “Bulk delete”):
https://backendless.com/documentation/data/rest/data_deleting_data_objects.htm

Regards,
Mark