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

# Delete purchase order by ID

`DELETE /store/order/{orderId}`

For valid response try integer IDs with positive integer value.         Negative or non-integer values will generate API errors

## Path parameters

- `orderId` integer, required

## Other responses

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

---

[API](https://skmtc.dev/rinthlabs/apis/pykiln-api.md) · [All operations](https://skmtc.dev/rinthlabs/apis/pykiln-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rinthlabs/pykiln-api/revisions/5fdfd0f54382/schema)
