Cancel pending command processing
Required Permission: mdm.windows.command.cancel
Cancel pending command in batch preventing further processing on device and marking operation as canceled for audit tracking.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"canceled": "OK"
}
}
application/json
{
"status": false,
"error": {
"code": 5050,
"message": "Feature not allowed for you billing plan"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}