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

Descrição

⚠️ Este endpoint ainda não está implementado. Este endpoint permitirá arquivar chats individuais ou em grupo, removendo-os da visualização principal de conversas.

Authorizations

apikey
string
header
required

Sua chave de API do Wappfy (obtenha em dash.wappfy.com.br)

Path Parameters

session
string
required

Nome da sessão (instanceName)

chatId
string
required

ID da Conversa

Response

201 - application/json

The response is of type object.

I