We have Data Compare tool. This lets you set up comparing rows from two disparate tables and compare the rows. The utility provides the generation and execution of update, insert, delete scripts. This can be used in automation. (Compare Data Activity).
If you are not comparing two existing tables you would need to build your own IN statement and use a delete with primary key. (Seems like a lot of work. Think I would try to use our data compare tool. Even if I had to build temporary table in Local Storage to compare with.