Skip to main content
Anchor to MetafieldDefinitionDeleteUserError

MetafieldDefinitionDeleteUserError

object

An error that occurs during the execution of MetafieldDefinitionDelete.

•MetafieldDefinitionDeleteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Delete a metafield definition. Optionally deletes all associated metafields asynchronously when specified.

Arguments

Anchor to deleteAllAssociatedMetafieldsdeleteAllAssociatedMetafields
•Boolean
Default:false

Whether to delete all associated metafields.

•ID

The id of the metafield definition to delete. Using identifier is preferred.

•MetafieldDefinitionIdentifierInput

The identifier of the metafield definition to delete.


Fields

•MetafieldDefinitionIdentifier

The metafield definition that was deleted.

•ID

The ID of the deleted metafield definition.

•[MetafieldDefinitionDeleteUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?