We only have one query method to delete item by ID here
https://github.com/berlindb/core/blob/master/src/Database/Query.php#L1995
we need a new method there to delete using where array so we may delete multiple rows with just one query.
If agreed, I can make a small PR to be reviewed by tomorrow.
Thanks.