---
title: "Cancel a patient's participation in a group appointment"
method: POST
path: "/appointments/{id}/patients/{patientId}/cancellation"
tags: ["appointment"]
---

# Cancel a patient's participation in a group appointment

`POST /appointments/{id}/patients/{patientId}/cancellation`

Cancel a single patient's participation in a group appointment

## Path parameters

- `id` integer, required
- `patientId` integer, required

## Request body

- object
  - `reasonId` integer, required — The cancellation reason id
  - `note` string — An optional note for the cancellation

## Response `200`

Return 1 on success

---

[API](https://skmtc.net/splose/apis/splose-public-api.md) · [All operations](https://skmtc.net/splose/apis/splose-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splose/splose-public-api/revisions/648d60075f00/schema)
