---
title: "Delete an order"
method: DELETE
path: "/v3/merchants/{mId}/orders/{orderId}"
tags: ["ORDERS"]
---

# Delete an order

`DELETE /v3/merchants/{mId}/orders/{orderId}`

Deletes a single order. See https://docs.clover.com/build/working-with-orders/ for more details.

## Path parameters

- `mId` string, required
- `orderId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

---

[API](https://skmtc.dev/clover/apis/platform-api.md) · [All operations](https://skmtc.dev/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clover/platform-api/revisions/08da265101a3/schema)
