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