---
title: "Delete Patient"
method: DELETE
path: "/api/v2/patients/{id}"
tags: ["Patients"]
---

# Delete Patient

`DELETE /api/v2/patients/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- ApiResponseMessage
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
