--- title: CartMetafieldDeleteInput - Storefront API description: The input fields to delete a cart metafield. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/CartMetafieldDeleteInput md: >- https://shopify.dev/docs/api/storefront/unstable/input-objects/CartMetafieldDeleteInput.md --- # Cart​Metafield​Delete​Input input\_object The input fields to delete a cart metafield. ## Fields * key [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The key name of the cart metafield. Can either be a composite key (`namespace.key`) or a simple key that relies on the default app-reserved namespace. * owner​Id [ID!](https://shopify.dev/docs/api/storefront/unstable/scalars/ID) non-null The ID of the cart resource. *** ## Map No referencing types