How to use multiselect to delete more than one DB entry

in a REST API? I guess i would have to do multiple DELETE calls but I don't know how to trigger or loop them.

Hey @curesw!

Great question, if your REST API doesn't have a bulk delete endpoint, you can loop over the items returned in your multi-select components array and trigger a DELETE for each item similar to this example from our docs. Do you think this could work for your use case here?