If it could possible to have one command like
bulkErase("myCollection", options);
or
let erase_array = [];
erase_array.push(record_id) // for loop
bulkErase("myCollection", erase_array, options);
thx
Mauro
If it could possible to have one command like
bulkErase("myCollection", options);
or
let erase_array = [];
erase_array.push(record_id) // for loop
bulkErase("myCollection", erase_array, options);
thx
Mauro