customerAccessTokenDelete - storefront - MUTATION
Version: 2024-10
Description:
Permanently destroys a customer access token.
Access Scopes
`unauthenticated_write_customers` access scope.
Arguments
customerAccessToken
: String! - The access token used to identify the customer.
Returns
deletedAccessToken
: String The destroyed access token.
deletedCustomerAccessTokenId
: String ID of the destroyed customer access token.
userErrors
: UserError! The list of errors that occurred from executing the mutation.
Examples