Skip to main content
DELETE
JavaScript
On Android, the path parameter is the package name (e.g. com.example.app); on iOS, pass the app’s bundle identifier instead. Deleting an app does not touch your app library — an uploaded APK stays there, so you can reinstall the app later with install-app. Requests targeting a protected package fail with 403 Forbidden.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required
packageName
string
required

Body

application/json

The body is of type object.

Response

No Content