---
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.

---

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