--- title: MetafieldsDeletePayload - GraphQL Admin description: Return type for `metafieldsDelete` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/metafieldsdeletepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/metafieldsdeletepayload.md --- # Metafields​Delete​Payload payload Return type for `metafieldsDelete` mutation. ## Fields * deleted​Metafields [\[Metafield​Identifier\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/MetafieldIdentifier) List of metafield identifiers that were deleted, null if the corresponding metafield isn't found. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [metafields​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/metafieldsDelete) mutation Deletes multiple metafields in bulk. *** ## Map ### Mutations with this payload * [metafields​Delete](https://shopify.dev/docs/api/admin-graphql/latest/types/metafieldsDelete)