Anchor to CustomerAccessTokenDeletePayloadCustomer
payloadCustomer Access Token Delete Payload
Return type for mutation.
Anchor to FieldsFields
- 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?
Anchor to Mutations with this payloadMutations with this payload
- customerAccessTokenDelete (CustomerAccessTokenDeletePayload)
- •mutation
Permanently destroys a
. Use this mutation when a customer explicitly signs out or when you need to revoke the token. Useto generate a new token with the customer's credentials.CautionThis 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 customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
Arguments
Was this section helpful?