Skip to content

Delete a menu item

Request

Delete an existing menu item.

Security
OAuth2(Required scopes: menu:write)
Path
menuItemIdstring^prd_[0-9abcdefghjkmnpqrstvwxyz]{26}$required

ID of the menu item to retrieve.

curl -i -X DELETE \
  'https://cafe.redocly.com/_mock/openapi/cafe/menu/{menuItemId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Menu item deleted successfully.

Response
No content