post https://waapi.app/api/v1/instances//client/action/delete-chat-by-id
Delete chat by ID
Log in to see full request history
Response
Delete chat by ID
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/delete-chat-by-id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"data": {
"chatId": "123456789@c.us",
"deleted": true
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/delete-chat-by-id"
},
"status": "success"
}