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

# Archive Chat

`POST /chat/archive`

The Archive Chat endpoint allows users to archive specific chat sessions within their WhatsApp channel. Archiving a chat moves it out of the active chat list, effectively organizing and decluttering the interface without deleting the chat history. This feature is useful for managing large volumes of chats, keeping the active chat list focused on current conversations while preserving access to historical chats. It is ideal for applications that need to implement chat organization and archival functionality, helping users maintain a clean and manageable chat environment.

## 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.md) · [All operations](https://skmtc.net/crunchz/apis/live/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live/versions/14e6b45e8808/schema)
