When a stored procedure is no longer needed, it can be deleted using the DROP PROCEDURE command.
DROP PROCEDURE spSelectStudent1;
The command(s) completed successfully.
The above DROP command deletes the stored procedure spSelectStudent1 from the database.