Just delete them one at a time. Something like
wixData.query(…)
.find()
.then((res ) => {
res.items.forEach(item => {
wixData.remove(…, Item);
})
})
Just delete them one at a time. Something like
wixData.query(…)
.find()
.then((res ) => {
res.items.forEach(item => {
wixData.remove(…, Item);
})
})