---
title: "Delete app"
method: DELETE
path: "/devices/{deviceId}/apps/{packageName}"
tags: ["Apps"]
---

# Delete app

`DELETE /devices/{deviceId}/apps/{packageName}`

Uninstalls the app identified by the path package name from the device. Protected packages cannot be deleted.

## Path parameters

- `deviceId` string, required
- `packageName` string, required

## Headers

- `X-Device-Display-ID` integer

## Request body

- None
  - `$schema` string, uri — A URL to the JSON Schema for this object.

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/versions/1bc499aa8f99/schema)
