mirror of
https://github.com/apple/device-management.git
synced 2026-06-09 17:33:54 +02:00
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
title: Remove Profile Command
|
|
description: This command allows the server to remove a profile. This command requires
|
|
the Profile Installation and Removal Right. It's supported in the user channel.
|
|
payload:
|
|
requesttype: RemoveProfile
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '4.0'
|
|
accessrights: AllowInstallationRemoval
|
|
supervised: false
|
|
requiresdep: false
|
|
sharedipad:
|
|
mode: allowed
|
|
devicechannel: true
|
|
userchannel: true
|
|
userenrollment:
|
|
mode: allowed
|
|
macOS:
|
|
introduced: '10.7'
|
|
accessrights: AllowInstallationRemoval
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: allowed
|
|
tvOS:
|
|
introduced: '6.0'
|
|
accessrights: AllowInstallationRemoval
|
|
supervised: false
|
|
watchOS:
|
|
introduced: '10.0'
|
|
accessrights: AllowInstallationRemoval
|
|
supervised: false
|
|
content: This command allows the server to remove a profile. This command requires
|
|
the Profile Installation and Removal Right. It's supported in the user channel.
|
|
payloadkeys:
|
|
- key: Identifier
|
|
type: <string>
|
|
presence: required
|
|
content: The identifier of the profile to remove.
|