Skip to main content
Anchor to MetafieldsDeleteUserError

MetafieldsDeleteUserError

object

An error that occurs during the execution of MetafieldsDelete.

•MetafieldsDeleteUserErrorCode

The error code.

•Int

The index of the array element that's causing the error.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Deletes multiple metafields in bulk.

Arguments

•[MetafieldIdentifierInput!]!
required

A list of identifiers specifying metafields to delete. At least one identifier must be specified.


Fields

•[MetafieldIdentifier]

List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.

•[MetafieldsDeleteUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?