schoolpass_cancel_dismissal_change
Cancel a pending student dismissal or arrival change for a specific date, restoring the default schedule. Preview first, then confirm to apply.
Instructions
Cancel a previously-submitted dismissal/arrival change for a student on a date, returning that date to its default. CONFIRM-GATED: without confirm:true it looks up the change and returns a preview of what would be cancelled, making no change. With confirm:true it deletes the change and re-reads the calendar to confirm the day is back to default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date whose change should be cancelled (YYYY-MM-DD). | |
| confirm | No | Must be true to actually cancel. Without it, returns a preview only. | |
| student_id | Yes | Student id (schoolpass_list_students). |