DROP TYPE

    The statement removes an existing user-defined datatype.

    Grammar

    Where

    • type_name is an identifier (possibly qualified with a keyspace name).
    • A user-defined cannot be dropped if it is currently used in a table or another type.