On this pageDROP STAGEDrop a user stage.SyntaxDROP STAGE [ IF EXISTS ] <stage_name>;CopyExamplesmysql>drop stage if exists test_stage;Copy