metafieldsDelete - customer - MUTATION
Version: unstable
Description:
Deletes multiple metafields in bulk.
Access Scopes
Arguments
-
metafields:
MetafieldIdentifierInput! -
A list of identifiers specifying metafields to delete. At least one identifier must be specified.
Returns
-
deletedMetafields:
MetafieldIdentifier
List of metafield identifiers that were deleted, null if the corresponding metafield isn't found.
-
userErrors:
MetafieldsDeleteUserError!
The list of errors that occurred from executing the mutation.
Examples