---
title: "Update muted wallets list"
method: PUT
path: "/api/notifications/v1/mute/wallets"
tags: ["User Management Notification"]
---

# Update muted wallets list

`PUT /api/notifications/v1/mute/wallets`

Replaces the entire muted wallets list for the authenticated user. Pass an empty list to unmute all wallets.

## Headers

- `request-id` string

## Request body

- UpdateMutedWalletsRequest
  - `walletIds` string[]

## Response `200`

Muted wallets list updated successfully

- MuteResponse
  - `userId` string, required
  - `success` boolean, required
  - `message` string, required
  - `mutedEnterpriseIds` string[]
  - `mutedWalletIds` string[]

## Other responses

- `400` — Invalid muted wallets 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)
