# CustomerAccessTokenDeletePayload - storefront - PAYLOAD Version: 2024-04 ## Description Return type for `customerAccessTokenDelete` mutation. ### Access Scopes ## Fields * [deletedAccessToken](/docs/api/storefront/2024-04/scalars/String): String - The destroyed access token. * [deletedCustomerAccessTokenId](/docs/api/storefront/2024-04/scalars/String): String - ID of the destroyed customer access token. * [userErrors](/docs/api/storefront/2024-04/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [customerAccessTokenDelete](/docs/api/storefront/2024-04/mutations/customerAccessTokenDelete) ## Examples