---
title: "Mark a booking as not delivered to the customer"
method: PUT
path: "/booking/notDelivered"
tags: ["booking"]
---

# Mark a booking as not delivered to the customer

`PUT /booking/notDelivered`

## Headers

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

## Request body

- Model23
  - `bookingID` string, required — ID of the booking to update.
  - `notDeliveredReason` 'LOCATION_NOT_FOUND' | 'PICKUP_NOT_RECEIVED' | 'NOT_ANSWER' | 'WRONG_LOCATION', required

## 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)
