Hi Cisco Community,
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.
Any ideas?
Thanks!
Hello,
DevOps team is aware about that and currently working on a fix, there is no official date, but tentative early this week.
-Wojciech
Any update on this as i believe it's still not available !!!
Yes so if it cannot be deleted there is no way to avoid licenses consumption specially in case of remote /home users !!!
Hello,
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.
Example of API delete request:
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'
Source: