post https://waapi.app/api/v1/instances//client/action/clear-chat-messages
Clears all messages from a specific chat
Log in to see full request history
Response
Clears all messages from a specific chat
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/clear-chat-messages \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"data": {
"messagesCleared": true
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/clear-chat-messages"
},
"status": "success"
}