---
title: "Delete Patient Call"
method: DELETE
path: "/api/v0/patient-calls/calls/{id}"
---

# Delete Patient Call

`DELETE /api/v0/patient-calls/calls/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- PatientCallDeletionResponse
  - `success` boolean, required
  - `call_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/healthharbor/apis/health-harbor.md) · [All operations](https://skmtc.net/healthharbor/apis/health-harbor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/healthharbor/health-harbor/revisions/f1047899ad24/schema)
