---
title: "mute chat"
method: POST
path: "/instances/{id}/client/action/mute-chat"
tags: ["chat"]
---

# mute chat

`POST /instances/{id}/client/action/mute-chat`

Mute notifications for a specific chat either indefinitely or until a specified date

## Path parameters

- `id` integer, required

## Request body

- object
  - `chatId` string, required — Chat ID <countrycode_short><usernumber>@c.us or @g.us for groups
  - `unmuteDate` string, date-time — Optional. ISO 8601 formatted date-time when the chat should be automatically unmuted. If not provided, chat will be muted indefinitely

## Response `200`

Chat muted successfully

- object
  - `instanceId` string — ID of the instance
  - `data` object
    - `chatMuted` boolean — Indicates if the chat was successfully muted
    - `unmuteDate` string — When the chat will be automatically unmuted. Returns 'never' if muted indefinitely
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you
- `409` — Conflict — instance is not ready
- `422` — Validation error — invalid or missing request parameters
- `429` — Too many requests — rate limit exceeded

---

[API](https://skmtc.net/waapi/apis/waapi-api.md) · [All operations](https://skmtc.net/waapi/apis/waapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/waapi/waapi-api/versions/1e2cc7c12090/schema)
