deleteMenuItem
Permanently delete a menu item from your directory using its unique ID. This action is irreversible.
Instructions
Delete a menu item - Permanently delete a menuitem record by ID. Destructive - cannot be undone via API.
Use when: removing a single menu entry.
Required: menu_item_id.
See also: updateMenuItem (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_item_id | Yes |