I would like to know how do I do a delete method that receives a list by parameters? I mean, instead of passing only the ID
of the item to be deleted, I want to allow N
items to be selected and removed all at once, in a single request.
How to do this semantically and that meets the standards?