> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "CartDeleteInput"
description: "The input fields to provide the necessary information to remove a cart through the `removeCart` mutation. By providing the cart ID, the API can identify and delete the specified cart."
---

## Fields

***

<ParamField path="id" type="ID!" required>
  The ID of the cart that the user wants to remove. It's a unique identifier for the cart in the system.
</ParamField>

## Mutations

* [`removeCart`](/api-reference/removecart)

***

## Related types

* [`DeletedCart`](/api-reference/deletedcart)


---

*Powered by [holocron.so](https://holocron.so)*
