Trick to bulk delete all records

Trick to bulk delete all records

Create an auto number field called TRASH

Add the following line of script to your form's Form -> On Edit -> Actions On Success: 

  1. delete from Your_Form_Name_Here [ TRASH > 0 ];