---
title: "Post Cancel Appointment"
method: POST
path: "/ParentsEvening/Appointment/{id}"
tags: ["Parentsevening"]
---

# Post Cancel Appointment

`POST /ParentsEvening/Appointment/{id}`

**Requires permissions:** *Guardian* or *Parent* or *ParentsEvening* or *Student*

Parents' evening - post Cancel Appointment.

## Path parameters

- `id` integer, required

## Request body

- CancelAppointmentWithNotificationRequest
  - `notifications` CancelNotificationDto[]
    - `subject` string, nullable
    - `body` string, nullable
    - `recipient` string, nullable
    - `link` string, nullable

## Response `200`

Success

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
