---
title: "Delete the selected order request from the booking"
method: DELETE
path: "/booking/deleteOrderRequest"
tags: ["booking"]
---

# Delete the selected order request from the booking

`DELETE /booking/deleteOrderRequest`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model82
  - `bookingID` string, required — ID of the booking the order request belongs to
  - `orderID` string, required — ID of the order request to delete

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
