Can I delete a persistable entity from database during runtime?

0
I need to clear a entity list from database. It is persistable. I want to reset/delete the entire list from DB during runtime. How do I achieve it?
asked
2 answers
0

Manish, to delete a list of objects you would have a microflow which retrieves a list of the objects you want (either all or with some constraints) then call a Delete activity on the list in your microflow.

 

https://docs.mendix.com/refguide6/deleting-objects

answered
0

It deletes it from the db also?

answered