Revoke app permission
Apps
Revoke app permission
Revokes an Android runtime permission from the package named in the path. The permission is given by its short name (e.g. POST_NOTIFICATIONS).
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
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Android runtime permission, short name (e.g. POST_NOTIFICATIONS).
Available options:
POST_NOTIFICATIONS Response
No Content