Skip to main content
POST
/
api
/
{session}
/
chats
/
{chatId}
/
messages
/
{messageId}
/
unpin
Unpin a message in conversation
curl --request POST \
  --url https://{host}/api/{session}/chats/{chatId}/messages/{messageId}/unpin \
  --header 'apikey: <api-key>'

Description

⚠️ This endpoint is not yet implemented. This endpoint will allow unpinning messages that were previously pinned at the top of the chat.

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

messageId
string
required
I