v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBchat
mute chat
Mute notifications for a specific chat either indefinitely or until a specified date
post/instances/{id}/client/action/mute-chat
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"chatId": "50664083362@c.us",
"unmuteDate": "2024-12-31T23:59:59.999Z"
}Response
Chat muted successfully
Example response
{
"instanceId": "1",
"data": {
"chatMuted": true,
"unmuteDate": "never"
},
"status": "success"
}