Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

DescriptionRemove selected Windows devices.
Resource Path/disenroll
URL/mdm-windows-agent/services/windows/disenroll
HTTP MethodPOST
Request/Response Formatapplication/json

Sample request

Insert excerpt
EMM210:Resource Definition for Common Windows OperationsEMM210:
Resource Definition for Common Windows Operations
nopaneltrue

For information on the property value definitions, seeĀ Resource Definition for Common Windows Operations.

cURL command

Code Block
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -d @'<JSON_PAYLOAD>' -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/mdm-windows-agent/services/windows/disenroll

...