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

# Delete option group

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

Soft-deletes an option group.

## Path parameters

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

## Response `200`

Option group deleted

- SuccessResponse
  - `success` boolean

## Other responses

- `403` — API key not authorized for this locale or missing required scope
- `404` — Option group 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)
