storefrontAccessTokenDelete mutation

Deletes a storefront access token.


On this page


Interactive example

This is an example mutation query. Use the embedded interactive tool below to edit the query.

mutation storefrontAccessTokenDelete($input: StorefrontAccessTokenDeleteInput!) { storefrontAccessTokenDelete(input: $input) {
  1. <font style="color:#1F61A0;">deletedStorefrontAccessTokenId</font>
  2. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  3. <font style="color:#1F61A0;">field</font>
  4. <font style="color:#1F61A0;">message</font>
  5. <font style="color:#555555;">}</font>
} } { “input”: {
<font style="color:#8B2BB9;">"id"</font><font style="color:#555555;">:</font> <font style="color:#D64292;">"Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE="</font>
} }


Arguments

Argument Description
input
(
[StorefrontAccessTokenDeleteInput!](https://shopify.dev/docs/admin-api/graphql/reference/access/storefrontaccesstokendeleteinput)

) REQUIRED
Provides the input fields required to delete a storefront access token.


StorefrontAccessTokenDeleteInput fields

  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    The ID of the storefront access token to delete.


Return fields

  • deletedStorefrontAccessTokenId ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The ID of the deleted storefront access token.
  • userErrors ([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror))
    List of errors that occurred executing the mutation.