---
title: "Archive a local dimension axis or value"
method: POST
path: "/dimensions/archive"
tags: ["Dimensions"]
---

# Archive a local dimension axis or value

`POST /dimensions/archive`

Requires a write-scoped key. Archive preserves historical assignments; deletion is not supported.

## Request body

- DimensionArchive
  - `customer_id` string — Target company. Optional for API keys.
  - `kind` 'axis' | 'value', required
  - `id` string, required
  - `reason` string, required — Audit reason.

## Response `200`

Archive confirmation.

- object
  - `archived` boolean

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/versions/52e277b4f031/schema)
