---
title: "Archive an insight"
method: PUT
path: "/api/v1/insights/{id}/archive"
tags: ["Finance Management.Actionable Insight", "ENTERPRISE"]
---

# Archive an insight

`PUT /api/v1/insights/{id}/archive`

Move an active insight to an archived state. (DEPRECATED) should use "POST /api/v1/insights/action" instead.

## Path parameters

- `id` string, required

## Response `204`

Returns `204 No Content` for a successful operation.

## Other responses

- `400` — Returns `400 Bad Request` if any of the request parameters are incorrect or missing.
- `404` — Returns `404 Not Found` if the provided id does not correspond to an active insight.
- `500` — Returns `500 Internal Server Error` for any unexpected error that occurs when trying to archive on insight.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
