Cancel Scheduled Agent Procedure
Cancels a scheduled agent procedure running on an agent machine.
DELETE /automation/agentprocs/{agentId}/{agentProcId}
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Sample Response Model
{"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}