deleteMenu
Permanently delete a menu by its ID. Destructive action removes the menu record and orphans any child items; delete them first to avoid data loss.
Instructions
Delete a menu - Permanently delete a menu record by ID. Destructive - cannot be undone via API.
Use when: removing a menu container. Child items (menu_items rows with matching menu_id) become orphaned - delete them first.
Required: menu_id.
See also: updateMenu (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| menu_id | Yes |