How to delete all records from datatype(records).using actvity
Can you try to list all instances with an Obj-List and loop on that list to Obj-Delete maybe.
First get the records by using obj-browse and then delete them using obj-delete(Use the delete step in the loop). Please check the attached screenshot
