# customerAccessTokenDelete - storefront - MUTATION
Version: 2025-04

## Description
Permanently destroys a customer access token.

### Access Scopes
`unauthenticated_write_customers` access scope.


## Arguments
* [customerAccessToken](/docs/api/storefront/2025-04/scalars/String): String! - The access token used to identify the customer.


## Returns
* [deletedAccessToken](/docs/api/storefront/2025-04/scalars/String): String The destroyed access token.
* [deletedCustomerAccessTokenId](/docs/api/storefront/2025-04/scalars/String): String ID of the destroyed customer access token.
* [userErrors](/docs/api/storefront/2025-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples