v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Android

Uninstall app

Uninstalls an Android app from the box

delete/boxes/{boxId}/android/packages/{packageName}

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

packageNamestring required
Example:com.example.myapp

Android app package name

Request body

keepDataboolean

uninstalls the pkg while retaining the data/cache

Example request

{
  "keepData": true
}

Response

Android pkg uninstalled