---
title: "Unmute enterprise notifications"
method: DELETE
path: "/api/notifications/v1/mute/enterprise/{enterpriseId}"
tags: ["User Management Notification"]
---

# Unmute enterprise notifications

`DELETE /api/notifications/v1/mute/enterprise/{enterpriseId}`

Unmutes notifications from a specific enterprise for the authenticated user.

## Path parameters

- `enterpriseId` string, required

## Headers

- `request-id` string

## Response `202`

Enterprise notifications unmuted successfully

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

## Other responses

- `400` — Bad request
- `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)
