To empty the already synced records on your cPanel DNS Only server, follow the steps below:
1) Back up existing records:
cp -a /var/named /var/backup-named
2) Delete existing records:
rm -rf /var/named/*.db
3rd) Restart the settings:
/scripts/rebuilddnsconfig
4) Perform a resynchronization of your DNS Cluster through one of the masters.