--- title: DelegateAccessTokenDestroyPayload - GraphQL Admin description: Return type for `delegateAccessTokenDestroy` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/DelegateAccessTokenDestroyPayload md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/DelegateAccessTokenDestroyPayload.md --- # Delegate​Access​Token​Destroy​Payload payload Return type for `delegateAccessTokenDestroy` mutation. ## Fields * shop [Shop!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Shop) non-null The user's shop. * status [Boolean](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) The status of the delegate access token destroy operation. Returns true if successful. * user​Errors [\[Delegate​Access​Token​Destroy​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DelegateAccessTokenDestroyUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [delegate​Access​Token​Destroy](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/delegateAccessTokenDestroy) mutation Destroys a delegate access token. *** ## Map ### Mutations with this payload * [delegate​Access​Token​Destroy](https://shopify.dev/docs/api/admin-graphql/2025-01/types/delegateAccessTokenDestroy)