SQL Guide : Using SQL for database administration : Managing database objects : Deleting a catalog
  
Deleting a catalog
DROP CATALOG catalog_name
The following example deletes the catalog named C.
DROP CATALOG C;
See also
Managing database objects