---
title: "Delete Offline Event"
method: DELETE
path: "/v1/{tenant}/restaurants/{id}/event/offline"
tags: ["Restaurant Events", "publicly-accessible"]
---

# Delete Offline Event

`DELETE /v1/{tenant}/restaurants/{id}/event/offline`

Removes specified restaurant from offline events. If role header is `System` or `Operations` only events created by the specified role will be affected. If role header is `Restaurant` then all events that have `allowRestaurantOverride=true` will be affected.

## Path parameters

- `tenant` string, required
- `id` string, required

## Headers

- `X-JE-Requester` string, required
- `X-JE-User-Role` 'System' | 'Operations' | 'Restaurant', required — - `System` : Role for an automated process action. - `Operations` : Role for an operations user action. - `Restaurant` : Role for a restaurant owner/employee user action.

## Response `200`

No Events to Delete

## Other responses

- `202` — Request Succeeded
- `400` — Bad Request
- `500` — Server Error

---

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