Is it possible to delete all rows in sqlite DB containing any one of the elements from the array?

i dont know how to explain this but this is what i am trying to do

var ledger_num = ['g12','g16','g45','g49','g105',.....,'n']// containing n number of elements

`DELETE FROM masterTable WHERE thisColumn = ?`
// is it possible to delete all the rows containing any one of the elements from var ledger_num