--header 'X-Shopify-Storefront-Access-Token: xxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"variables": {
"customerAccessToken": "7vYoudrYRBwsPNDtABBsIwkE4t6K2GAhawFdtknMxnxAqXBIUb8n2k8HUiQixRoM4t1_lHF46CMo0-Y9Yr-KWQywTWYOP1CpeJHvOSNI90KQfSg4L0zn_IHXzrKJxomoOIHA8HNZ0ZGQbmzKn_GCbCyiWNkYxJ9OsjGy97avwj5gK7uRTLTBd5521WOcjrlsVKytujI4gqLnQoTLxjeIOulWNn1VTWkb9pmO2ev4n0Cli1Z9T75OVJybcVQSZ_T0xdjqogB5NXbwaF9-9ZA-pZvo7MGSVB8MvUfae1eKXHM"
},
"query": "mutation customerAccessTokenDelete($customerAccessToken: String!) { customerAccessTokenDelete(customerAccessToken: $customerAccessToken) { deletedAccessToken deletedCustomerAccessTokenId userErrors { field message } }}"
}'
response this
{
"data": {
"customerAccessTokenDelete": null
},
"errors": [
{
"message": "Access denied for customerAccessTokenDelete field. Required access: `unauthenticated_write_customers` access scope. Also: Requires valid customer access token.",
"locations": [
{
"line": 1,
"column": 70
}
],
"path": [
"customerAccessTokenDelete"
],
"extensions": {
"code": "ACCESS_DENIED",
"requiredAccess": "`unauthenticated_write_customers` access scope. Also: Requires valid customer access token."
}
}
]
}
but i am sure i had open all auth