Cancel School Event (Admin)
cancel_school_eventPermanently cancel a school event. Use only when removal is intended; for schedule, capacity, or price changes, update instead. Confirm because cancellation is irreversible.
Instructions
ADMIN: Cancels a school event outright; cancelled events cannot be reactivated. For schedule, capacity, or price changes use update_school_event instead. Requires pac_cordinator or event_cordinator role. DESTRUCTIVE - confirm with the user. Get event_id from list_school_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID - from list_school_events; cancelling is permanent and cannot be undone |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Event ID | |
| status | No | Event status (cancelled) |