---
title: CartMetafieldDeleteInput - Storefront API
description: The input fields to delete a cart metafield.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/input-objects/cartmetafielddeleteinput
  md: https://shopify.dev/docs/api/storefront/latest/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/latest/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/latest/scalars/ID)

  non-null

  The ID of the cart resource.

***

## Mutations using this input

* [cart​Metafield​Delete.input](https://shopify.dev/docs/api/storefront/latest/mutations/cartMetafieldDelete#arguments-input)

  ARGUMENT

***

## Map

### Mutations using this input

* [cart​Metafield​Delete.input](https://shopify.dev/docs/api/storefront/latest/mutations/cartMetafieldDelete#arguments-input)