Skip to main content
Anchor to appRevokeAccessScopes

appRevokeAccessScopes

mutation

Requires This mutation can only be run on the current app.

Revokes access scopes previously granted for an app installation.

[String!]!required

The list of scope handles to revoke.


Was this section helpful?

Anchor to AppRevokeAccessScopesPayload returnsAppRevokeAccessScopesPayload returns

[AccessScope!]

The list of scope handles that have been revoked.

[AppRevokeAccessScopesAppRevokeScopeError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?