---
title: "Cancel Appointment"
method: PUT
path: "/dr/v1/appointment/{appointment_id}/cancel"
tags: ["Appointment API"]
---

# Cancel Appointment

`PUT /dr/v1/appointment/{appointment_id}/cancel`

### Overview

This API endpoint is used to cancel an existing appointment.

## Path parameters

- `appointment_id` string, required

## Query parameters

- `partner_id` string, required

## Headers

- `auth` string, required

## Response `204`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
