---
title: "Delivery Attempt Failed"
method: PUT
path: "/delivery-failed"
tags: ["Attempted Delivery Webhooks", "publicly-accessible"]
---

# Delivery Attempt Failed

`PUT /delivery-failed`

This webhook will be invoked whenever an attempted delivery event is created from the device.

## Request body

- AttemptedDeliveryCreated
  - `OrderId` string — The id of the order
  - `RestaurantId` number — The id of the restaurant
  - `Reason` string — The reason for creating the attempted delivery
  - `Tenant` string — The tenant associated with the order

## Response `200`

Respond with a 200 status code to indicate that you have received the notification.

---

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