If you are allowing the user to delete the list of records and they are more in numbers then it will hard for the user to delete the specific record one by one and consumes more time.
To make it easier you can allow multiple selections of records and delete all selected list either with the only PHP or with jQuery and AJAX.
In this tutorial, I am using jQuery AJAX to remove records.