---
title: "Archive patient profile"
method: DELETE
path: "/profiles/v1/patient/{oid}"
tags: ["Patient"]
---

# Archive patient profile

`DELETE /profiles/v1/patient/{oid}`

**Note:** The patient profile is not deleted permanently — it is only archived.
Archived profiles can still be retrieved using the `arc=true` query parameter in the retrieve API.

## Path parameters

- `oid` string, required

## Query parameters

- `arc` boolean

## Headers

- `client-id` string, required

## Response `200`

Patient profile archived successfully

- object
  - `message` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
