> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/checkout/llms.txt)
> Source: https://docs.saleor.io/api-reference/checkout/mutations/checkout-delete

# checkoutDelete Mutation

Deletes a checkout.

Added in Saleor 3.23.

Requires the MANAGE\_CHECKOUTS permission.

```graphql
checkoutDelete(
  id: ID!
): CheckoutDelete
```

Details

```graphql
type CheckoutDelete {
  errors: [CheckoutDeleteError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The checkout's ID.

Added in Saleor 3.23

<a id="type"></a>

### Type

<a id="checkoutdelete"></a>

#### [`CheckoutDelete`](/api-reference/checkout/objects/checkout-delete.md)

Deletes a checkout.

Added in Saleor 3.23.

Requires the MANAGE\_CHECKOUTS permission.
