Administration > Type and Attribute Management Command-Line Tools > Defining Custom Properties for Enumeration Entries > Deleting Custom Property Definitions for Enumerated Entries
  
Deleting Custom Property Definitions for Enumerated Entries
Use the following example code to delete custom property definitions for enumerated entries. To load property definitions, see Creating, Updating, or Deleting a Property Using a Load File.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE NmLoader SYSTEM "standardX24.dtd">
<NmLoader>
<csvDeleteCustomPropertyDefinition handler=
"com.ptc.core.lwc.server.CustomPropertyDefinitionLoader.deleteCustomPropertyDefinition">
<csvCustomPropertyName>myCustomPropertyDefinition</csvCustomPropertyName>
</csvDeleteCustomPropertyDefinition>
</NmLoader>
Element
Description
<csvCustomPropertyName>
The internal name of the custom property to be deleted.
* 
If there are any values for this custom property on enumeration entries, those property values are irretrievably deleted along with the property definition.
This element is required.