Solved
Deletedatatableentrieswithquery delete the entries from Datatable
how can i delete the entries which are created before 30 january 2020. its giving me error

how can i delete the entries which are created before 30 january 2020. its giving me error

This works for me:
me.DeleteDataTableEntriesWithQuery({
query: {
"filters": {
"type": "LT",
"fieldName": "d",
"value": "2024-05-14T12:43:13.000Z" }
}
});Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.