---
title: "Archive an account"
method: POST
path: "/accounts/{id}/archive"
tags: ["Accounts"]
---

# Archive an account

`POST /accounts/{id}/archive`

Fails when the account holds a balance or is referenced by an active policy. Deactivates the account's deposit rails.

## Path parameters

- `id` string, required

## Response `200`

Account archived

- object
  - `success` unknown, required

---

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