Bulk Deletion
From 5.20 it is possible delete multiple objects, of a given resource, sending as URL parameters the list of keys:
DELETE:Â http://{host}/ws/rest/{Resource name}/delete?key={key 1}&key={key 2}&key={key 3}...
All the objects will be deleted in the same transaction