Delete records from CDR and CES tables

I would like to delete all tge call records from a system I will be bringing into production soon. If I wanted to delete all call records for FreePBX Distro 5.211 could I just delete all the records in the CDR and CES tables?

Yes that would remove all the records.

TRUNCATE TABLE cdr;
TRUNCATE TABLE cel;