Is there anything similar I can use to bulk DELETE things from the database? I looked it up and it seems it’s not straightforward, but I can’t manage to set it up.
Yes I’ll do it like this with python…
I was thinking something like make a search with constraints and delete the result, but I’ll just do it with iterating through the values of the get response and use the unique id.