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