function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tejpal KumawatTejpal Kumawat 

How to delete content type?

How to delete content type picklists for your organization.?

Tejpal KumawatTejpal Kumawat

Hello,

 

My XML is :

 

<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<enableFeeds>false</enableFeeds>
<recordTypes>
<fullName>Referenceability_Status_Content</fullName>
<active>false</active>
<label>Referenceability Status Content</label>
</recordTypes>
<recordTypes>
<fullName>Test</fullName>
<active>false</active>
<label>Test</label>
</recordTypes>
</CustomObject>

 

But when i am deleting

 

<recordTypes>
<fullName>Referenceability_Status_Content</fullName>
<active>false</active>
<label>Referenceability Status Content</label>
</recordTypes>
<recordTypes>
<fullName>Test</fullName>
<active>false</active>
<label>Test</label>
</recordTypes>

 

 

from tha xml it again appears in XML. So how to i delete it for contentVersion?