---
title: MetafieldsDeletePayload - Customer API
description: Return type for `metafieldsDelete` mutation.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/latest/payloads/MetafieldsDeletePayload
  md: >-
    https://shopify.dev/docs/api/customer/latest/payloads/MetafieldsDeletePayload.md
api_name: customer
api_type: graphql
type: payload
---

# Metafields​Delete​Payload

payload

Return type for `metafieldsDelete` mutation.

## Fields

* deleted​Metafields

  [\[Metafield​Identifier\]](https://shopify.dev/docs/api/customer/latest/objects/MetafieldIdentifier)

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

* user​Errors

  [\[Metafields​Delete​User​Error!\]!](https://shopify.dev/docs/api/customer/latest/objects/MetafieldsDeleteUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

* [metafields​Delete](https://shopify.dev/docs/api/customer/latest/mutations/metafieldsDelete)

  mutation

  Deletes multiple metafields in bulk.

  * metafields

    [\[Metafield​Identifier​Input!\]!](https://shopify.dev/docs/api/customer/latest/input-objects/MetafieldIdentifierInput)

    required

    ### Arguments

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

  ***

***

## Map

### Mutations with this payload

* [metafields​Delete](https://shopify.dev/docs/api/customer/latest/mutations/metafieldsDelete)
