Skip to main content
Anchor to customerAccessTokenDelete

customerAccessTokenDelete

mutation

Requires unauthenticated_write_customers access scope.

Permanently destroys a customer access token.

•String!
required

The access token used to identify the customer.


Was this section helpful?

Anchor to CustomerAccessTokenDeletePayload returnsCustomerAccessTokenDeletePayload returns

•String

The destroyed access token.

Anchor to deletedCustomerAccessTokenIddeletedCustomerAccessTokenId
•String

ID of the destroyed customer access token.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?