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>'

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.

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

Response

200 - undefined