appRevokeAccessScopes - admin-graphql - MUTATION
Version: 2024-10
Description:
Revokes access scopes previously granted for an app installation.
Access Scopes
This mutation can only be run on the current app.
Arguments
-
scopes:
String! -
The list of scope handles to revoke.
Returns
-
revoked:
AccessScope
The list of scope handles that have been revoked.
-
userErrors:
AppRevokeAccessScopesAppRevokeScopeError!
The list of errors that occurred from executing the mutation.
Examples