Delete Apple enterprise application
Required Permission: mdm.apple.application.remove
Permanently removes the Apple application configuration and discontinues its availability for managed devices.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"delete": "OK"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}