<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Add a delete metadata button to ArcGIS Pro in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idi-p/1181513</link>
    <description>&lt;P&gt;When editing metadata in ArcGIS Pro the Manage Mapping tab shows a variety of tools for working with the metadata. There appears to be no way of simply removing all metadata or resetting it to blank values appropriate for the source format for a selected item in the catalog.&lt;/P&gt;&lt;P&gt;It would be very useful to have a button in the Metadata group on the ribbon that is &lt;EM&gt;clear all metadata&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_0-1654790865736.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43115i9882F1B4224B07FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DuncanHornby_0-1654790865736.png" alt="DuncanHornby_0-1654790865736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm aware of some &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/metadata/metadata-class.htm#" target="_self"&gt;basic metadata data manipulation&lt;/A&gt; using arcpy but if your dataset has inherited geoprocessing logs these are difficult to remove when you have hundreds of entries.&lt;/P&gt;&lt;P&gt;I've seen old threads pertaining to ArcMap and using the I&lt;SPAN&gt;mport Metadata tool with a blank path as a way of overwriting the metadata with nothing (an acceptable&amp;nbsp;solution) but the&amp;nbsp;importMetadata() functions simply throws an error for ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 16:20:34 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2022-06-09T16:20:34Z</dc:date>
    <item>
      <title>Add a Delete Metadata button to ArcCatalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/938889#M19827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I want to delete existing metadata, the only way is importing an empty XML document...&lt;BR /&gt;I would like a Delete Metadata button on the Metadata toolbar in ArcCatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 08:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/938889#M19827</guid>
      <dc:creator>NicoBurgerhart1</dc:creator>
      <dc:date>2010-04-09T08:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Delete Metadata button to ArcCatalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/938890#M19828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;You could make a button in ArcCatalog and then attach the code in this &lt;A href="http://edndoc.esri.com/arcobjects/8.3/samples/metadata/deleteallcontent.htm" target="_blank"&gt;example&lt;/A&gt; to achieve this...

&lt;!-- content transformation source ID: 00a3000000BJbo9 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 14:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/938890#M19828</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-07-29T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Delete Metadata button to ArcCatalog</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/938891#M19829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;See the following ESRI knowledge base article to delete all metadata &lt;STRONG&gt;BUT&lt;/STRONG&gt; this only works using a &lt;STRONG&gt;&lt;U&gt;Personal Geodatabase&lt;/U&gt;&lt;/STRONG&gt; (.mdb) and NOT a &lt;U&gt;&lt;STRONG&gt;File Geodatabase&lt;/STRONG&gt;&lt;/U&gt; (.gdb)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How To:&amp;nbsp; Delete metadata created with ArcCatalog&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/18129" target="_blank"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/18129&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Has anyone tested (ArcGIS 10.1) the code sample that &lt;U&gt;&lt;STRONG&gt;Hornbydd&lt;/STRONG&gt;&lt;/U&gt; posted in his comment back in 2011?&lt;BR /&gt;&lt;BR /&gt;That piece of ESRI code dates back to 2001 as a ArcObject Sample for 8.3.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Delete All Content&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://edndoc.esri.com/arcobjects/8.3/samples/metadata/deleteallcontent.htm" target="_blank"&gt;http://edndoc.esri.com/arcobjects/8.3/samples/metadata/deleteallcontent.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just curious.

&lt;!-- content transformation source ID: 00aE00000028Uu2 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 17:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/938891#M19829</guid>
      <dc:creator>jcokin1</dc:creator>
      <dc:date>2013-02-14T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Add a delete metadata button to ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idi-p/1181513</link>
      <description>&lt;P&gt;When editing metadata in ArcGIS Pro the Manage Mapping tab shows a variety of tools for working with the metadata. There appears to be no way of simply removing all metadata or resetting it to blank values appropriate for the source format for a selected item in the catalog.&lt;/P&gt;&lt;P&gt;It would be very useful to have a button in the Metadata group on the ribbon that is &lt;EM&gt;clear all metadata&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DuncanHornby_0-1654790865736.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43115i9882F1B4224B07FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DuncanHornby_0-1654790865736.png" alt="DuncanHornby_0-1654790865736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm aware of some &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/metadata/metadata-class.htm#" target="_self"&gt;basic metadata data manipulation&lt;/A&gt; using arcpy but if your dataset has inherited geoprocessing logs these are difficult to remove when you have hundreds of entries.&lt;/P&gt;&lt;P&gt;I've seen old threads pertaining to ArcMap and using the I&lt;SPAN&gt;mport Metadata tool with a blank path as a way of overwriting the metadata with nothing (an acceptable&amp;nbsp;solution) but the&amp;nbsp;importMetadata() functions simply throws an error for ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idi-p/1181513</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2022-06-09T16:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add a delete metadata button to ArcGIS Pro - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1182007#M19838</link>
      <description />
      <pubDate>Fri, 10 Jun 2022 18:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1182007#M19838</guid>
      <dc:creator>NaicongLi</dc:creator>
      <dc:date>2022-06-10T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add a delete metadata button to ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1288595#M24897</link>
      <description>&lt;P&gt;Any update? This would be nice either within Pro, right click on FGDB, or a GP tool. Would be wonderful to strip metadata and anything "hidden" like GP steps/info. If I'm exporting data to a customer I don't want to include all of that detail. I know I can turn off options to track GP steps but who knows what is hidden.&lt;/P&gt;&lt;P&gt;Upvote!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 14:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1288595#M24897</guid>
      <dc:creator>GIS-Cambria</dc:creator>
      <dc:date>2023-05-12T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add a delete metadata button to ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1598918#M34260</link>
      <description>&lt;P&gt;Not only a Delete function, but some sort of refresh, because there have been many times that the provided list of Attribute Fields is not reflective of its current state, perhaps it looked like that at some point in the past, but not as it is today, and the only option is to manually delete the erroneous fields and manually create them. VERY time consuming.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 12:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1598918#M34260</guid>
      <dc:creator>paulbehnke</dc:creator>
      <dc:date>2025-03-25T12:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add a delete metadata button to ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1668757#M36826</link>
      <description>&lt;P&gt;Removing absolutely all metadata, including processing history, can be achieved by creating a blank metadata object, getting the xml string of the blank metadata object and overwriting the xml string of the dataset you want to reset&amp;nbsp; with the xml string of the blank metadata object.&amp;nbsp;&lt;SPAN&gt;There is no way of undoing, but you could write the old xml string to a file first as a backup.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

# Get metadata for dataset, change full path to your dataset
md = arcpy.metadata.Metadata(r"C:\Scratch\fGDB_Scratch.gdb\tblX") 

# Create a blank object
new_md = arcpy.metadata.Metadata()

# Get the xml string of the blank object
new_xml = new_md.xml

# Overwrite existing xml and save back to the dataset
md.xml = new_xml
md.save()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/403348"&gt;@paulbehnke&lt;/a&gt;&amp;nbsp;making the attribute fields in the metadata reflect the actual attributes can be done with "synchronize" in the Metadata group of the ribbon , see&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/help/metadata/update-item-properties-in-metadata.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/3.5/help/metadata/update-item-properties-in-metadata.htm&lt;/A&gt;). It looks like this has been available since Pro 2.6 at least. This can also be done with python:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/arcpy/metadata/metadata-class.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/3.5/arcpy/metadata/metadata-class.htm&lt;/A&gt;&amp;nbsp;. I don't think there's a way to keep it automatically in sync, but at least it doesn't have to be done manually!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 13:37:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-a-delete-metadata-button-to-arcgis-pro/idc-p/1668757#M36826</guid>
      <dc:creator>SarahGe</dc:creator>
      <dc:date>2025-11-26T13:37:41Z</dc:date>
    </item>
  </channel>
</rss>

