I have a db with a primary key address I want to write a request that would delete rows that match the address that I pass in the array. I have this in my missing-urls.js file and use this query in my query/missing-urls.js file When I run this request I got an error. What I am doing wrong? Answer You