SQL Command ReferenceDELETE CATALOGOn this pageDELETE CATALOG Description Delete an existing Catalog. Note that the SQL statement does not end with ; Syntax DELETE CATALOG `<name>` Sample response Examples DELETE CATALOG `my_catalog` Required parameters <name>: Specify the name of the Catalog to delete.