$softDeleteMany
Query
Parameter's
await Member.$softDelete({
$where: {
userId: {
$startsWith: '123'
}
},
$options: {
$limit: 1
}
});Last updated
await Member.$softDelete({
$where: {
userId: {
$startsWith: '123'
}
},
$options: {
$limit: 1
}
});Last updated