---
title: "Mute enterprise notifications"
method: PUT
path: "/api/notifications/v1/mute/enterprise"
tags: ["User Management Notification"]
---

# Mute enterprise notifications

`PUT /api/notifications/v1/mute/enterprise`

Mutes notifications from a specific enterprise for the authenticated user. Uses PUT as this operation creates or updates existing mute settings.

## Headers

- `request-id` string

## Request body

- MuteEnterpriseRequest
  - `enterpriseId` string, required

## Response `200`

Enterprise notifications muted successfully

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

## Other responses

- `400` — Invalid mute enterprise 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)
