Here are the commands to delete the statistics.
Table:-
Table:-
EXEC dbms_stats.delete_table_stats('<TALE OWNER>', '<TABLE NAME>'); EXEC dbms_stats.delete_table_stats(OWNNAME=>'<TALE OWNER>', TABNAME=>'<TABLE NAME>');