---
title: "Deletes an existing order"
method: DELETE
path: "/api/Order/{courierId}/awb/{awbNo}"
tags: ["Order"]
---

# Deletes an existing order

`DELETE /api/Order/{courierId}/awb/{awbNo}`

## Path parameters

- `courierId` integer, required
- `awbNo` string, required

## Query parameters

- `api-version` string, required

## Headers

- `api-version` string

## Response `201`

Deletes an existing order from the system

- InnoshipApiServiceContractOrderDeleteOrderResponse
  - `courier` integer
  - `success` boolean
  - `message` string, nullable

## Other responses

- `400` — Unable to delete the order due to validation error
- `401` — Unable to authorize request

---

[API](https://skmtc.net/innoship/apis/innoship-api.md) · [All operations](https://skmtc.net/innoship/apis/innoship-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/innoship/innoship-api/versions/fc0aa554b244/schema)
