---
title: "Delete all notifications of the current user"
method: DELETE
path: "/notifications"
tags: ["subscriptions"]
---

# Delete all notifications of the current user

`DELETE /notifications`

Deletes every notification belonging to the authenticated user. Only the caller's own notifications are affected.

## Response `200`

All notifications deleted.

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `403` — Link shares cannot have notifications.
- `500` — Internal error

## Changes

- **2026-08-29** `120501835be2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/go-vikunja/apis/vikunja-api/changes/notifications/delete.md)

---

[API](https://skmtc.dev/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.dev/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/120501835be2/schema)
