Discard Lunch Order Draft
discard_lunch_order_draftDiscard an unpaid lunch order draft that you own and that is still in draft status. The order is permanently deleted with no refund, so confirm before proceeding.
Instructions
Permanently discards an unpaid draft order - the caller must own it and it must still be in draft status (order_id from create_lunch_order_draft). Nothing was ever charged, so there is no refund; the draft is simply deleted. For a finalized order use cancel_my_lunch_order instead. DESTRUCTIVE - confirm with the user before discarding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Draft order ID from create_lunch_order_draft - must still be in draft status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Order status (discarded) | |
| orderId | No | Discarded draft order ID |