---
title: "Delete orders"
method: DELETE
path: "/orders/{orderIdentifiers}"
tags: ["Orders"]
---

# Delete orders

`DELETE /orders/{orderIdentifiers}`

Please be aware labels generated on orders which are deleted are no longer valid and must be destroyed.

Cancelled label information is automatically shared with Royal Mail Revenue Protection, and should
a cancelled label be identified on an item in the Royal Mail Network, you will be charged on your account
and an additional handling fee applied.

## Path parameters

- `orderIdentifiers` string, required

## Response `200`

Provides a list of deleted orders references and ids and errors for orders that failed to delete

- DeleteOrdersResource
  - `deletedOrders` DeletedOrderInfo[]
    - `orderIdentifier` integer
    - `orderReference` string
    - `orderInfo` string
  - `errors` OrderErrorInfo[]
    - `orderIdentifier` integer
    - `orderReference` string
    - `code` string
    - `message` string

## Other responses

- `400` — Bad Request (Request has missing or invalid parameters and cannot be parsed)
- `401` — Unauthorized
- `403` — Forbidden (Feature not available)
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/royalmail/apis/channelshipper-royal-mail-public-api.md) · [All operations](https://skmtc.net/royalmail/apis/channelshipper-royal-mail-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/royalmail/channelshipper-royal-mail-public-api/versions/7e0c23c81719/schema)
