I can't find any info about dropping primary key in documentation of cratedb but we can drop CHECK constraint.
ALTER TABLE table_ident DROP CONSTRAINT check_name
below link says -there is no way to delete Primary KEY. Alter Table Primary key - Crate DB I wanted to understand the reason behind this. Why it is not supported?