Uninstall Agent via API Request
T
Tanner Stine
Allow the uninstall of Huntress agents via API request.
Since tamper protection has been introduced to the Huntress agent, enabling the feature means RMMs can no longer automatically uninstall Huntress from a device. Without an API endpoint to trigger an uninstall, this breaks automation processes and adds new manual tasks that can only be completed in the Huntress portal.
T
Tanner Stine
curl --request DELETE --url https://api.huntress/io/v1/agents/<id>
or bust!
I
Ivan Hrynchenko
Agreed, please do allow to uninstall agents via API request. And make it as easy as finding the right device by the SerialNumber or HostName.