---
title: "No-Show Appointment"
method: POST
path: "/dr/v1/appointment/{appointment_id}/change-status"
tags: ["Appointment API"]
---

# No-Show Appointment

`POST /dr/v1/appointment/{appointment_id}/change-status`

### Overview

This API endpoint is used to update an existing appointment to No-Show state.

## Path parameters

- `appointment_id` string, required

## Query parameters

- `partner_id` string, required

## Headers

- `auth` string, required

## Request body

- object
  - `status` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[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)
