---
title: DelegateAccessTokenDestroyPayload - GraphQL Admin
description: Return type for `delegateAccessTokenDestroy` mutation.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/payloads/DelegateAccessTokenDestroyPayload
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/payloads/DelegateAccessTokenDestroyPayload.md
---

# Delegate​Access​Token​Destroy​Payload

payload

Return type for `delegateAccessTokenDestroy` mutation.

## Fields

* shop

  [Shop!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Shop)

  non-null

  The user's shop.

* status

  [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/mutations/delegateAccessTokenDestroy)

  mutation

  Destroys a delegate access token.

  * access​Token

    [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

    required

    ### Arguments

    Provides the delegate access token to destroy.

  ***

***

## Map

### Mutations with this payload

* [delegate​Access​Token​Destroy](https://shopify.dev/docs/api/admin-graphql/unstable/types/delegateAccessTokenDestroy)
