---
title: "Mark All Notifications As Read"
method: PATCH
path: "/notification/read-all"
tags: ["Notifications"]
---

# Mark All Notifications As Read

`PATCH /notification/read-all`

Mark all notifications as read for the current user

## Response `200`

All notifications marked as read

- object
  - `success` boolean, required
  - `count` number

## Changes

- **2025-12-11** `93b231773126` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `count` to the response with the `200` status
  - added the required property `success` to the response with the `200` status

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/notification/read-all/patch.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/30ebdae189bc/schema)
