# 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](/docs/api/admin-graphql/2024-10/scalars/String): String! - The list of scope handles to revoke. ## Returns * [revoked](/docs/api/admin-graphql/2024-10/objects/AccessScope): AccessScope The list of scope handles that have been revoked. * [userErrors](/docs/api/admin-graphql/2024-10/objects/AppRevokeAccessScopesAppRevokeScopeError): AppRevokeAccessScopesAppRevokeScopeError! The list of errors that occurred from executing the mutation. ## Examples