mhlb_delete_order
Cancel a lunch order for a specific date or recurring series. Preview the action first, then confirm to proceed with the cancellation.
Instructions
Cancel a lunch order. If it was already paid for, the refund behaviour is whatever My Hot Lunchbox applies — this tool does not control it. NOTE: this write is UNVERIFIED — its request shape was derived from the web app’s compiled API client but has not been exercised against a live account. Inspect the dry-run preview before confirming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| orderId | Yes | Order id, from mhlb_get_calendar or mhlb_get_cart. | |
| eventDate | Yes | The lunch date of that order (YYYY-MM-DD). | |
| studentId | Yes | Student the order belongs to. | |
| isRepeated | No | true acts on the whole recurring series, not just this date. Defaults to false. | |
| isSubscribed | No | Whether the order is a subscription. Defaults to false for mhlb_delete_order and true for mhlb_unsubscribe_order, matching what each is for. |