---
title: "Update mute settings"
method: PUT
path: "/api/notifications/v1/user/mute-settings"
tags: ["User Management Notification"]
---

# Update mute settings

`PUT /api/notifications/v1/user/mute-settings`

Replaces both muted enterprises and wallets lists atomically. Wallet IDs belonging to muted enterprises are automatically removed.

## Headers

- `request-id` string

## Request body

- UpdateMuteSettingsRequest
  - `enterpriseIds` string[], required
  - `walletIds` string[], required

## Response `200`

Mute settings updated successfully

- MuteSettingsResponse
  - `enterpriseIds` string[], required
  - `walletIds` string[], required

## Other responses

- `400` — Invalid mute settings request body
- `500` — Unexpected error

---

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