In this case I will use ALTER TABLE to take the AUTO_INCREMENT to zero (0) .
The goal is to bring the table to 0 without having to delete it and create a new one. To do this we just have to write the following order:
ALTER TABLE 'nombre_de_la_tabla' AUTO_INCREMENT = 0