Remove MDM user account
Required Permission: mdm.global.mdmUser.remove
Remove device management user account permanently from organization if no active devices or pending enrollment tokens are associated.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"delete": "string"
}
}
application/json
{
"status": false,
"error": {
"code": 5054,
"message": "MdmUser Can not be deleted because has no delete emmDevices"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}