Skip to main content
POST
/
api
/
{session}
/
chats
/
{chatId}
/
archive
Archive the conversation
curl --request POST \
  --url https://{host}/api/{session}/chats/{chatId}/archive \
  --header 'apikey: <api-key>'
{}

Description

⚠️ This endpoint is not yet implemented. This endpoint will allow archiving individual or group chats, removing them from the main conversations view.

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

session
string
required

Session name (instanceName)

chatId
string
required

Conversation ID

Response

201 - application/json

The response is of type object.

I