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

Documentation Index

Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Descrição

⚠️ Este endpoint ainda não está implementado. Este endpoint permitirá deletar chats individuais ou em grupo da lista de conversas do WhatsApp.

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

200 - undefined