Delete Agent

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

  • Authorization: Bearer {hash string returned from Auth}

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}