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

# Reactivate

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

Removes the deactivated flag for a patient.  The path must contain the most recent version plus 1 to prevent race conditions.  Reactivating 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)
