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}
- Does not accept filter and sort expressions.
URL Parameters
{agentId}
- The agent guid.{uninstallFirst}
-true
orfalse
Headers
- Authorization: Bearer {hash string returned from Auth}
Sample Response Model
{
"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}