---
title: "Delete an order/cart"
method: DELETE
path: "/data/orders/{id}"
tags: ["Sales data"]
---

# Delete an order/cart

`DELETE /data/orders/{id}`

Delete an order or an abandoned cart.

## Path parameters

- `id` string, required

## Response `204`

Order is successfully deleted.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Order not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
