# CartMetafieldDeleteInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields to delete a cart metafield. ### Access Scopes ## Fields * [key](/docs/api/storefront/2024-10/scalars/String): String! - 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. * [ownerId](/docs/api/storefront/2024-10/scalars/ID): ID! - The ID of the cart resource. ## Input objects with this input object * [cartMetafieldDelete](/docs/api/storefront/2024-10/mutations/cartMetafieldDelete) ## Examples