<?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>topic Re: How do I remove coded domain values added to a feature service via the API for Python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849087#M3791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. Just to confirm, you are working with a Hosted Feature Layer correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2019 14:24:02 GMT</pubDate>
    <dc:creator>EarlMedina</dc:creator>
    <dc:date>2019-03-12T14:24:02Z</dc:date>
    <item>
      <title>How do I remove coded domain values added to a feature service via the API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849084#M3788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using either the ArcGIS API for Python arcis api for python&amp;nbsp;or the AGOL Web UI, I am not able delete coded domain values (CDV) that were mistakenly added to a field.&amp;nbsp; The field has a sub-type associated with it, but even in an earlier test version, without the subtype, if I use the update_definition or delete_from_definition methods the&amp;nbsp;CDVs seem to "stick"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an example - ideally scripted - on how I am supposed to remove - I was able to add CDVs&amp;nbsp; through the python API, so I assume I should be able to remove them, yes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849084#M3788</guid>
      <dc:creator>SanjayAdvani</dc:creator>
      <dc:date>2019-03-11T21:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove coded domain values added to a feature service via the API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849085#M3789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is possible (haven't checked) and you were able to add them, I suspect that &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;update_definition&lt;/SPAN&gt; is what you're after. This should correspond to the REST API operation of the same name which I believe is used for the purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849085#M3789</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2019-03-12T00:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove coded domain values added to a feature service via the API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849086#M3790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried that.&amp;nbsp; It doesn't work.&amp;nbsp; I am looking for an example of syntax on how to do it.&amp;nbsp; The return messaging is terrible and regardless of whether it works or not it says "success: True"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 13:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849086#M3790</guid>
      <dc:creator>SanjayAdvani</dc:creator>
      <dc:date>2019-03-12T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove coded domain values added to a feature service via the API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849087#M3791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. Just to confirm, you are working with a Hosted Feature Layer correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:24:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849087#M3791</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2019-03-12T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove coded domain values added to a feature service via the API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849088#M3792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - uploaded a gdb to AGOL and then working against the hosted layer collection that results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-remove-coded-domain-values-added-to-a/m-p/849088#M3792</guid>
      <dc:creator>SanjayAdvani</dc:creator>
      <dc:date>2019-03-12T14:26:19Z</dc:date>
    </item>
  </channel>
</rss>

