---
title: "Deactivate"
method: DELETE
path: "/patients/v1/{id}/{version}"
tags: ["v1"]
---

# Deactivate

`DELETE /patients/v1/{id}/{version}`

Sets a patient as deactivated.  The path must contain the most recent version plus 1 to prevent race conditions.  Deactivating historic versions is not supported.

## Path parameters

- `id` CommonPatientId, required — unresolved $ref
- `version` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `404` — Error response with status 404
- `409` — Error response with status 409

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
