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