Contents

Remove a Profile

Remove a profile from a list of devices.

URL

DELETE https://mdmenrollment.apple.com/profile/devices

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
ClearProfileResponse

400Bad Request

  • DEVICE_ID_REQUIRED: The request did not contain any device IDs.

  • USER_AGENT_INVALID: The User-Agent header is invalid.

  • USER_AGENT_MISSING: The User-Agent header is missing or has no assigned value.

Discussion

After this call, the devices in the list will have no profiles associated with them. However, if those devices have already obtained the profile, this has no effect until the device is wiped and activated again.

HTTP Body

The request used to remove a profile from devices.

Topics

Request and Response

See Also

Profile Management