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 falseHeaders
Sample Response Model
{
"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}