mess_cancel_registration
Cancel a booked meal registration to avoid charges by specifying the meal date and type. Use before the cancellation deadline to prevent billing.
Instructions
Cancel a meal registration so the user is not charged for it.
Use when the user wants to cancel/drop a booked meal. Returns 403 if the cancellation window is closed, 424 if no registration exists.
Args: params: auth_key/session, meal_date, meal_type
Returns: JSON status 204 on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |