mirror of
https://github.com/apple/device-management.git
synced 2026-06-04 05:08:00 +02:00
34 lines
881 B
YAML
34 lines
881 B
YAML
title: Remove Application Command
|
|
description: This command allows a server to remove a managed app.
|
|
payload:
|
|
requesttype: RemoveApplication
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '5.0'
|
|
accessrights: AllowAppInstallation
|
|
supervised: false
|
|
requiresdep: false
|
|
sharedipad:
|
|
mode: allowed
|
|
devicechannel: true
|
|
userchannel: false
|
|
userenrollment:
|
|
mode: allowed
|
|
macOS:
|
|
introduced: '11.0'
|
|
accessrights: AllowAppInstallation
|
|
devicechannel: true
|
|
userchannel: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: '10.2'
|
|
accessrights: AllowAppInstallation
|
|
supervised: false
|
|
content: This command allows a server to remove a managed app.
|
|
payloadkeys:
|
|
- key: Identifier
|
|
type: <string>
|
|
presence: required
|
|
content: The bundle identifier of the managed app.
|