Deletes an agent. Provides an option to wait for the agent to uninstall on the managed machine first.
DELETE /assetmgmt/agents/{agentId}/{uninstallFirst}
URL Parameters
{agentId}
- The agent guid.{uninstallFirst}
- true
or false
Headers
Sample Response Model
{
"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}