Skip to main content
Anchor to MetafieldsDeletePayload

MetafieldsDeletePayload

payload

Return type for metafieldsDelete mutation.

•[MetafieldIdentifier]

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

•[UserError!]!
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

•mutation

Deletes Metafield objects in bulk by specifying combinations of owner ID, namespace, and key.

Returns the identifiers of successfully deleted metafields. If a specified metafield doesn't exist, then the mutation still succeeds but returns null for that identifier in the response.


Was this section helpful?