SQL CommandsDDL CommandsWarehouseDROP WAREHOUSEOn this pageDROP WAREHOUSEIntroduced or updated: v1.2.687 Removes the specified warehouse and frees up the resources associated with it. Syntax DROP WAREHOUSE <warehouse_name> Examples This example removes the test_warehouse warehouse: DROP WAREHOUSE test_warehouse;