删除店面访问令牌-storefrontAccessTokenDelete mutation

删除店面访问令牌。


在本页面


互动范例

这是一个示例查询。

mutation storefrontAccessTokenCreate($input: StorefrontAccessTokenInput!) { storefrontAccessTokenCreate(input: $input) {
  1. <font style="color:#1F61A0;">shop</font> <font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">id</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">storefrontAccessToken</font> <font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">id</font>
  6. <font style="color:#555555;">}</font>
  7. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  8. <font style="color:#1F61A0;">field</font>
  9. <font style="color:#1F61A0;">message</font>
  10. <font style="color:#555555;">}</font>
} }

变量:

{ “input”: {
  1. <font style="color:#8B2BB9;">"title"</font><font style="color:#555555;">:</font> <font style="color:#D64292;">"placeholder"</font>
} }

参数

参数 描述
input
[StorefrontAccessTokenDeleteInput!](https://shopify.dev/docs/admin-api/graphql/reference/access/storefrontaccesstokendeleteinput)

必需的
提供删除店面访问令牌所需的输入字段。

StorefrontAccessTokenDeleteInput字段

  • id [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)必需的
    要删除的店面访问令牌的标识。

返回字段

  • DeletedStorefrontAccessTokenId[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    删除的店面访问令牌的ID。
  • userErrors[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行mutation时发生的错误列表。