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