---
title: "Mute or unmute a team for the authenticated user"
method: POST
path: "/teams/{team}/mute"
tags: ["Teams"]
---

# Mute or unmute a team for the authenticated user

`POST /teams/{team}/mute`

REQUIRED SCOPES <code>['teams:write']</code><br>Mute or unmute a team for the authenticated user

## Path parameters

- `team` integer, required

## Request body

- object
  - `is_muted` boolean — True to mute, false to unmute

## Response `200`

Successful operation

- object
  - `status` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Team not found
- `422` — Validation error

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
