# appRevokeAccessScopes - admin - MUTATION Version: unstable ## Description Revokes access scopes previously granted for an app installation. ### Access Scopes This mutation can only be run on the current app. ## Arguments * [scopes](/docs/api/admin/unstable/scalars/String): String! - The list of scope handles to revoke. ## Returns * [revoked](/docs/api/admin/unstable/objects/AccessScope): AccessScope The list of scope handles that have been revoked. * [userErrors](/docs/api/admin/unstable/objects/AppRevokeAccessScopesAppRevokeScopeError): AppRevokeAccessScopesAppRevokeScopeError! The list of errors that occurred from executing the mutation. ## Examples