Delete All Students from Gibbon

Dear Support Team,

I want to delete all students records from a gibbon. is there any option how to delete students in bulk?

The following sql statement will do that:

delete from gibbonPerson where gibbonRoleIDPrimary=3

:slight_smile: