--- title: CartMetafieldDeletePayload - Storefront API description: Return type for `cartMetafieldDelete` mutation. api_version: 2025-10 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/payloads/cartmetafielddeletepayload md: https://shopify.dev/docs/api/storefront/latest/payloads/cartmetafielddeletepayload.md --- # Cart​Metafield​Delete​Payload payload Return type for `cartMetafieldDelete` mutation. ## Fields * deleted​Id [ID](https://shopify.dev/docs/api/storefront/latest/scalars/ID) The ID of the deleted cart metafield. * user​Errors [\[Metafield​Delete​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/MetafieldDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [cart​Metafield​Delete](https://shopify.dev/docs/api/storefront/latest/mutations/cartMetafieldDelete) mutation Deletes a cart metafield. *** ## Map ### Mutations with this payload * [cart​Metafield​Delete](https://shopify.dev/docs/api/storefront/latest/types/cartMetafieldDelete)