# delegateAccessTokenDestroy - admin-graphql - MUTATION Version: 2024-07 ## Description Destroys a delegate access token. ### Access Scopes ## Arguments * [accessToken](/docs/api/admin-graphql/2024-07/scalars/String): String! - Provides the delegate access token to destroy. ## Returns * [shop](/docs/api/admin-graphql/2024-07/objects/Shop): Shop! The user's shop. * [status](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean The status of the delegate access token destroy operation. Returns true if successful. * [userErrors](/docs/api/admin-graphql/2024-07/objects/DelegateAccessTokenDestroyUserError): DelegateAccessTokenDestroyUserError! The list of errors that occurred from executing the mutation. ## Examples