Namaste ,
It is not possible to delete records directly from the Configuration Package. Before proceeding with any deletion, please ensure that you take a backup of the data.
Below two options i can suggest
Option 1
Create a List Page for the table from which you want to delete records (assuming it is a custom table).
Once the List Page is available, you can select the records directly from the page and delete them.
Since the original problem statement does not mention any reference table, it is assumed that there are no dependencies on these tables.
Deletion from custom list page should work .
Option 2
Create a Custom Report for the specific table.
Add custom AL code within the report to handle deletion of the selected records
This allows you to trigger the deletion process directly from the front end in a controlled manner
Both options will be always useful . Ensure above activity is done by admin and not with all users
IF you feel this answer helps , Please mark as verified
Regards
Pallavi Phade