UDTs can be dropped very easily, just by issuing the DROP command. If we create a simple UDT:
CREATE TYPE test_type (value TEXT);
It can be dropped like this:
DROP TYPE test_type;
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.