---
title: "Delete purchase order by ID"
method: DELETE
path: "/orders/{orderId}"
tags: ["orders"]
---

# Delete purchase order by ID

`DELETE /orders/{orderId}`

## Path parameters

- `orderId` integer, required

## Response `200`

successfully deleted the order

## Other responses

- `400` — Invalid ID supplied
- `404` — Order not found

---

[API](https://skmtc.dev/wso2/apis/mobilestore.md) · [All operations](https://skmtc.dev/wso2/apis/mobilestore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/mobilestore/revisions/d1df7bed1a80/schema)
