---
title: "Delete checkout by order"
method: DELETE
path: "/v2/order/{order_uuid}/checkout"
tags: ["Order"]
---

# Delete checkout by order

`DELETE /v2/order/{order_uuid}/checkout`

Delete an active (incomplete) checkout for an order. An example use-case is when a customer has been redirected to Sezzle but the order is cancelled in the ecommerce platform, call this endpoint to prevent the customer from completing the Sezzle checkout.

## Path parameters

- `order_uuid` string, required

## Response `204`

Status No Content

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

[API](https://skmtc.net/sezzle/apis/sezzle-api-v2.md) · [All operations](https://skmtc.net/sezzle/apis/sezzle-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sezzle/sezzle-api-v2/revisions/8a0700b7e27f/schema)
