Remove enrollment token
Required Permission: mdm.windows.enrollmentToken.remove
Permanently revoke an enrollment token, preventing any future device registrations using this credential and invalidating any undelivered enrollment links or codes.
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"
}
}