Delete enrollment token
Required Permission: mdm.android.enrollmentToken.remove
Permanently removes the enrollment token and invalidates its use for device enrollment.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"delete": "string"
}
}
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"
}
}