Skip to content
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 Picklist color__c;