DELETE multiple objects API route

Seems like documented as available method DELETE multiple objects not working.
For example, i have a squence of objects, that i need to delete

For one object

(DELETE)
http://host/rest/objects/2701

200 OK, looks fine, object deleted

But for multiple

(DELETE)
http://host/rest/objects/2707,2703

404 NOT FOUND, objects not deleted

All objects, that i’m referencing, ofcourse, exists
Is there’s something, i’m missing?


Hi @thunderb1rd,
Thanks for the feedback, we will have a look at it.

BR Adnan