DROP Componenttypename component_name;
The DROP command deletes the component type from Vault. For example, the following command deletes the Color picklist we created in the examples above.
DROP
DROP Picklist color__c;