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

---
title: "DeletedCart"
description: "Represents a deleted cart containing the ID of the deleted cart."
---

## Fields

***

<ParamField path="deletedId" type="ID!" required>
  This represents the unique identifier (`ID`) of the cart that has been deleted. It confirms the successful deletion of the cart by returning the deleted cart's ID.
</ParamField>

## Mutations

***

[`removeCart(input: CartDeleteInput!)`](/api-reference/removecart)

Remove a Cart by ID

***


---

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