Anchor to customerAccessTokenDeletecustomer
mutationcustomer Access Token Delete
Requires access scope.
Permanently destroys a . Use this mutation when a customer explicitly signs out or when you need to revoke the token. Use to generate a new token with the customer's credentials.
Caution
This action is irreversible. The customer needs to sign in again to obtain a new access token.
Caution:
This action is irreversible. The customer needs to sign in again to obtain a new access token.
Caution: This action is irreversible. The customer needs to sign in again to obtain a new access token.
Anchor to Arguments
Arguments
- customerAccessToken (String!)
- Anchor to customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
Was this section helpful?
- deletedAccessToken (String)
- deletedCustomerAccessTokenId (String)
- userErrors ([UserError!]!)
- Anchor to deletedAccessTokendeleted•String
Access Token The destroyed access token.
- Anchor to deletedCustomerAccessTokenIddeleted•String
Customer Access Token Id ID of the destroyed customer access token.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?