Contents

Remove Application

Remove an app.

URL

PUT https://yourmdmhost.example.com/mdm#RemoveApplicationCommand

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/xml
RemoveApplicationResponse

The response object the system returns for the Remove Application Command.

Discussion

This command allows a server to remove managed apps. It also allows a server to remove unmanaged and system deletable apps on supervised devices in iOS 26 and later, tvOS 26 and later, visionOS 26 and later, and watchOS 26 and later. When the device removes an app, it also removes the data for the app.

This command fails for apps that Declarative Device Management is managing.

Refer to the following sections to determine supported channels and requirements, and to see an example request and response.

Command availability

Device channel

iOS, macOS, Shared iPad, tvOS, visionOS, watchOS

User channel

NA

Requires supervision

NA

Allowed in user enrollment

iOS, macOS, visionOS

Required access right

AllowAppInstallation

Example request and response

HTTP Body

The request object the server returns for the Remove Application Command.

Topics

Commands and responses

See Also

Managed Apps