Skip to content

Inactivate a value from a picklist. This does not affect picklist values that are already in use.

DELETE/api/{version}/objects/picklists/{picklist_name}/{picklist_value_name}
NameDescription
Acceptapplication/json (default) or application/xml
curl -X DELETE -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v19.1/objects/picklists/regions__c/north_america_united_states__c
{ "responseStatus": "SUCCESS", "responseMessage": "Deleted picklist value.", "name": "north_america_united_states__c" }