Cancel Scheduled Patch

Cancels a scheduled patch for an agent machine.

DELETE /assetmgmt/patch/{agentId}/cancelschedule

Headers

  • Authorization: Bearer {hash string returned from Auth}

Sample Response Model

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