---
title: "Clear all"
method: DELETE
path: "/notification/clear-all"
tags: ["Notifications"]
---

# Clear all

`DELETE /notification/clear-all`

Permanently delete every notification for the current user. This cannot be undone.

## Response `200`

All notifications cleared

- NotificationBulkResult
  - `success` boolean, required

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 warning, 1 info
  - removed the optional property `count` from the response with the `200` status
  - added the non-success response with the status `401`
- **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/clear-all/delete.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/9d1da42c10ce/schema)
