Home > @infiniteobjects/shopify-data-manager > AdminTypes > DelegateAccessTokenDestroyPayload
Return type for delegateAccessTokenDestroy mutation.
Signature:
export interface DelegateAccessTokenDestroyPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| shop | Shop | The user’s shop. | |
| status? | Maybe<Scalars[‘Boolean’][‘output’]> | (Optional) The status of the delegate access token destroy operation. Returns true if successful. | |
| userErrors | Array<DelegateAccessTokenDestroyUserError> | The list of errors that occurred from executing the mutation. |