---
title: "Mute a chat"
method: PUT
path: "/api/chats/mute"
tags: ["chats"]
---

# Mute a chat

`PUT /api/chats/mute`

Mute a chat

## Request body

- object
  - `chatId` string, required — Chat ID (phone number or formatted ID)
  - `muteDuration` union, required — Mute duration
    - number
    - string

## Response `200`

Successful response

- union
  - string
  - boolean
  - number

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.dev/open-wa/apis/open-wa-api.md) · [All operations](https://skmtc.dev/open-wa/apis/open-wa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-wa/open-wa-api/revisions/2f344d03d2a9/schema)
