---
title: "Delete menu item"
method: DELETE
path: "/menu/{locale}/{id}"
tags: ["Menu"]
---

# Delete menu item

`DELETE /menu/{locale}/{id}`

Soft-deletes a menu item. The item is marked as deleted but not removed from the database.

## Path parameters

- `locale` integer, required
- `id` integer, required

## Response `200`

Item deleted

- SuccessResponse
  - `success` boolean

## Other responses

- `403` — API key not authorized for this locale or missing required scope
- `404` — Item not found

---

[API](https://skmtc.dev/myrest/apis/myrest-public-api.md) · [All operations](https://skmtc.dev/myrest/apis/myrest-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myrest/myrest-public-api/revisions/70905e6e4284/schema)
