mhlb_unsubscribe_order
Cancel a recurring lunch order subscription by specifying order ID, date, and student. Preview first, then confirm to stop the series.
Instructions
Stop a recurring subscription for a specific lunch order. 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. |