ReferenceSQL statementsCatalogDROP CATALOGVersion: Latest-3.4On this pageDROP CATALOG Description Deletes an external catalog. The internal catalog cannot be deleted. A StarRocks cluster has only one internal catalog named default_catalog. Syntax DROP CATALOG [IF EXISTS] <catalog_name> Parameters catalog_name: The name of an external catalog. Examples