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