## Archive **post** `/v1/chats/{chatID}/archive` Archive or unarchive a chat. Set archived=true to move to archive, archived=false to move back to inbox ### Path Parameters - `chatID: string` Unique identifier of the chat. ### Body Parameters - `archived: optional boolean` True to archive, false to unarchive ### Example ```http curl http://localhost:23373/v1/chats/$CHAT_ID/archive \ -X POST ```