---
title: "Delete patient by user id"
method: DELETE
path: "/api/patients/by-user/{user_id}"
tags: ["patients"]
---

# Delete patient by user id

`DELETE /api/patients/by-user/{user_id}`

Deletes patient row by patient user UUID.

## Path parameters

- `user_id` string, uuid, required — Patient user UUID

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
