Hi Trinh,
You can do it by call a Delete Object activity on a microflow/nanoflow, or simply select the "Delete object(s)" option on "On click" event when configuring the delete button.
More info here: https://docs.mendix.com/refguide/deleting-objects/
Hope this helps!
Daniel
can't delete data retrieved from Microflow database Oraclecan you make a video tutorial on how to delete
SELECT USER_ID, DEPT_NAME, COMPANY_ID, LOGIN_NAME, USER_NAME
FROM HLG.SYS_USER;
I want to delete data under Oracle database