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

Description

⚠️ This endpoint is not yet implemented. This endpoint will allow deleting individual or group chats from the WhatsApp conversations list.

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

I