---
title: "Dismiss notifications"
method: PATCH
path: "/Notifications/Dismiss"
tags: ["Notifications"]
---

# Dismiss notifications

`PATCH /Notifications/Dismiss`

**Auth:** Authenticated - any signed-in user.

Marks a single notification dismissed (NotificationId), or dismisses all of the current user's notifications when DismissAll is true.

## Request body

- DismissNotificationsRequest
  - `notificationId` integer
  - `dismissAll` boolean

## Response `200`

Success - notifications dismissed

- DismissNotificationsResponse

## Other responses

- `400` — An Error Occurred - Could not dismiss notifications
- `401` — Unauthorized - User not found

---

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