---
title: "Archive a reconciliation context"
method: POST
path: "/v1/contexts/{contextId}/archive"
tags: ["Configuration"]
---

# Archive a reconciliation context

`POST /v1/contexts/{contextId}/archive`

Archives (soft-deletes) a reconciliation context by ID. Archiving flips the context to ARCHIVED in place and never erases its reconciled financial history; an archived context with children is valid. Archived contexts are excluded from the default listing. Use restore to bring it back to DRAFT.

## Path parameters

- `contextId` string, uuid, required — Context ID

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
