---
title: "Un-Archive Chat"
method: POST
path: "/chat/un-archive"
---

# Un-Archive Chat

`POST /chat/un-archive`

The Un-archive Chat endpoint serves as the reverse operation of the Archive Chat endpoint. It allows users to restore previously archived chats back to the active chat list. This feature is valuable for situations where archived chats need to be revisited or reactivated, ensuring that important conversations can be easily retrieved when needed. By integrating this endpoint, developers can provide users with flexible chat management options, allowing them to toggle between archived and active chat states based on their needs.

## Query parameters

- `contact_id` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `is_archive` boolean
    - `contact_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
