You can delete any range name in the sheet, leaving the data in the range unchanged.
If you delete a range name used in a formula, your spreadsheet replaces the range name with the associated range address. For example, if SALES is the name of B14..H14, and you delete the name SALES, your spreadsheet changes @SUM(SALES) to @SUM(B14..H14).