**Source URL:** https://general.veevavault.dev/mdl/documentation/mdl-commands/drop.md

# DROP


```
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;

```


---

**Previous:** [RENAME](/mdl/documentation/mdl-commands/rename)  
**Next:** [ALTER](/mdl/documentation/mdl-commands/alter)