---
title: "Archive Chat"
method: POST
path: "/chat/archiveChat/{instance}"
tags: ["Chat Controller"]
---

# Archive Chat

`POST /chat/archiveChat/{instance}`

Archive Chat

## Path parameters

- `instance` string, required

## Request body

- object
  - `lastMessage` object, required — Messages to be mark as read
    - `key` object, required
      - `remoteJid` string, required — Chat contact or group remote JID
      - `fromMe` boolean, required — If the message was sent by the instance owner or the contact
      - `id` string, required — Message ID
  - `archive` boolean, required — Whether to archive the chat or not
  - `chat` string, required — remoteJid here

## Response `201`

Created

- object
  - `chatId` string — The ID of the chat.
  - `archived` boolean — Indicates whether the chat is archived.

## Changes

- **2024-11-05** (v2) `669c21c8934b` — 1 info
  - endpoint added
- **2024-10-14** (v2) `c153448703e5` — 1 breaking
  - api removed without deprecation
- **2024-09-09** (v2) `0c4620ca5ed5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/chat/archiveChat/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
