Remove Windows enrollment template
Required Permission: mdm.windows.enrollmentTemplate.remove
Permanently delete Windows enrollment template from organization configuration. Does not affect devices already enrolled using this template, only prevents future usage.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"delete": "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"
}
}