<?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: AMP for Endpoints - Can't Delete Connectors from Console in Endpoint Security</title>
    <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583104#M6782</link>
    <description>&lt;P&gt;Yes so if it cannot be deleted there is no way to avoid licenses consumption specially in case of remote /home users !!!&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 14:41:45 GMT</pubDate>
    <dc:creator>javed.hashmi</dc:creator>
    <dc:date>2022-03-31T14:41:45Z</dc:date>
    <item>
      <title>AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4462609#M6376</link>
      <description>&lt;P&gt;Hi Cisco Community,&lt;/P&gt;&lt;P&gt;I'm currently unable to delete connectors from the console (old, inactive, etc.). The console states the connectors have been deleted, however they are not. I have double checked my permissions to verify I'm still an admin, but I'm unsure of what else I can do.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 16:07:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4462609#M6376</guid>
      <dc:creator>ITandCoffee</dc:creator>
      <dc:date>2021-09-09T16:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4464747#M6385</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;DevOps team is aware about that and currently working on a fix, there is no official date, but tentative early this week.&lt;/P&gt;
&lt;P&gt;-Wojciech&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 08:09:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4464747#M6385</guid>
      <dc:creator>Wojciech Cecot</dc:creator>
      <dc:date>2021-09-13T08:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583080#M6780</link>
      <description>&lt;P&gt;Any update on this as i believe it's still not available !!!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583080#M6780</guid>
      <dc:creator>javed.hashmi</dc:creator>
      <dc:date>2022-03-31T13:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583097#M6781</link>
      <description>Delete connectors? Or UNINSTALL connectors.&lt;BR /&gt;Deleting works... but if they're still installed on the endpoint, they'll come back.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2022 14:36:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583097#M6781</guid>
      <dc:creator>Ken Stieers</dc:creator>
      <dc:date>2022-03-31T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583104#M6782</link>
      <description>&lt;P&gt;Yes so if it cannot be deleted there is no way to avoid licenses consumption specially in case of remote /home users !!!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 14:41:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4583104#M6782</guid>
      <dc:creator>javed.hashmi</dc:creator>
      <dc:date>2022-03-31T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4585251#M6784</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should use API to delete ununsed connectors. However if the connector hits the cloud again, the reregister request activates the object in the DB.&lt;/P&gt;&lt;P&gt;Example of API delete request:&lt;/P&gt;&lt;H4&gt;cURL Edit, then copy and paste on your terminal&lt;/H4&gt;&lt;PRE&gt;curl -X DELETE \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-H 'accept-encoding: identity' \
--compressed -H 'Accept-Encoding: gzip, deflate' \
-u YOUR_API_CLIENT_ID \
'https://api.amp.cisco.com/v1/computers/bad2c522-3052-4d75-93a0-832d6283c299'&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api-docs.amp.cisco.com/api_actions/details?api_action=DELETE+%2Fv1%2Fcomputers%2F%7B%3Aconnector_guid%7D&amp;amp;api_host=api.amp.cisco.com&amp;amp;api_resource=Computer&amp;amp;api_version=v1" target="_blank" rel="noopener"&gt;https://api-docs.amp.cisco.com/api_actions/details?api_action=DELETE+%2Fv1%2Fcomputers%2F%7B%3Aconnector_guid%7D&amp;amp;api_host=api.amp.cisco.com&amp;amp;api_resource=Computer&amp;amp;api_version=v1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 13:34:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4585251#M6784</guid>
      <dc:creator>David Janulik</dc:creator>
      <dc:date>2022-04-04T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: AMP for Endpoints - Can't Delete Connectors from Console</title>
      <link>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4585292#M6785</link>
      <description>Deleting from the console isn't the real problem.&lt;BR /&gt;The lack of uninstall/permanently remove from the console is.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2022 14:26:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/amp-for-endpoints-can-t-delete-connectors-from-console/m-p/4585292#M6785</guid>
      <dc:creator>Ken Stieers</dc:creator>
      <dc:date>2022-04-04T14:26:21Z</dc:date>
    </item>
  </channel>
</rss>

