Skip to main content
DELETE
Revoke app permission
Revokes the permission directly, without any user interaction on the device. Counterpart to grant-permission. The short name expands to the full Android permission string: POST_NOTIFICATIONS becomes android.permission.POST_NOTIFICATIONS. Not supported on iOS devices — the request fails with an unsupported-feature error.

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
permission
enum<string>
required

Android runtime permission, short name (e.g. POST_NOTIFICATIONS).

Available options:
POST_NOTIFICATIONS

Response

No Content