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

# Delete Patient

`DELETE /v1/patients/{id}`

## Path parameters

- `id` string, uuid, required

## Response `204`

Patient successfully deleted (soft delete)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getsolum/apis/solum-health-api.md) · [All operations](https://skmtc.net/getsolum/apis/solum-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getsolum/solum-health-api/revisions/2bf886cdf729/schema)
